Add automerge setup once again
This commit is contained in:
parent
dae0350673
commit
864d542175
@ -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",
|
||||
|
Reference in New Issue
Block a user