diff --git a/config.js.tmpl b/config.js.tmpl index 8fdeb8e..dc9ba7c 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -7,6 +7,14 @@ module.exports = { "docker-compose": { fileMatch: "(^|/)compose[^/]*\.ya?ml$", }, + "requiredStatusChecks": null, + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ], repositories: [ "autonomic-cooperative/autonomic.zone", "autonomic-cooperative/backup-bot",