From 864d5421754ee2744ea97de4ce28419a80dd5419 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 10:50:26 +0200 Subject: [PATCH] Add automerge setup once again --- config.js.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) 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",