diff --git a/renovate.json b/renovate.json index 8ca3c06..fe28588 100644 --- a/renovate.json +++ b/renovate.json @@ -42,7 +42,17 @@ "packageRules": [ { "matchDatasources": [ - "custom.fedora-eln-compose", + "custom.fedora-eln-compose" + ], + "extractVersion": "(?.+)/$", + "automerge": true, + "schedule": [ + "at any time" + ], + "groupName": null + }, + { + "matchDatasources": [ "custom.c9s-compose" ], "extractVersion": "(?.+)/$",