diff --git a/renovate.json b/renovate.json index d60ab58..66a4705 100644 --- a/renovate.json +++ b/renovate.json @@ -3,8 +3,7 @@ "extends": [ "config:recommended", ":dependencyDashboard", - ":semanticCommits", - "schedule:weekly" + ":semanticCommits" ], "platform": "gitea", "endpoint": "https://git.kaleschke.info/api/v1", @@ -24,9 +23,9 @@ "enabled": false }, "docker-compose": { - "fileMatch": [ - "(^|/)docker-compose([^/]*)\\.ya?ml$", - "(^|/)compose([^/]*)\\.ya?ml$" + "managerFilePatterns": [ + "/(^|/)docker-compose([^/]*)\\.ya?ml$/", + "/(^|/)compose([^/]*)\\.ya?ml$/" ] }, "dockerfile": {