diff --git a/config.js.tmpl b/config.js.tmpl index 46d72e8..8bc9b6e 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -8,8 +8,8 @@ module.exports = { assignees: ["decentral1se", "calix"], labels: ["renovate", "dependencies", "automated"], "docker-compose": { - fileMatch: "(^|/)compose[^/]*\.ya?ml$" - } + fileMatch: "(^|/)compose[^/]*\.ya?ml$", + }, onboardingConfig: { extends: ["config:base"], },