From 13a89e79449e7c48237df94f2fbf43bc04259aa2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Sep 2025 18:56:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7:=20migrate=20config=20renovate.jso?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/renovate.json b/renovate.json index 284dfc2..7ad689c 100644 --- a/renovate.json +++ b/renovate.json @@ -18,34 +18,50 @@ "branchTopic": "{{service}}/{{depName}}", "commitMessageAction": "Update", "commitMessageTopic": "{{service}}/{{depName}}", - "docker": { - "fileMatch": [ - "docker-compose.*\\.yml$", - "compose/.*\\.yml$" - ], - "pinDigests": true - }, "packageRules": [ { - "matchManagers": ["docker"], + "matchCategories": [ + "docker" + ], + "managerFilePatterns": [ + "/docker-compose.*\\.yml$/", + "/compose/.*\\.yml$/" + ], + "pinDigests": true + }, + { + "matchManagers": [ + "docker" + ], "groupName": "docker-updates", "groupSlug": "docker-updates" }, { - "matchManagers": ["docker"], - "matchUpdateTypes": ["patch"], + "matchManagers": [ + "docker" + ], + "matchUpdateTypes": [ + "patch" + ], "automerge": true, "automergeType": "branch", "automergeStrategy": "squash", "minimumReleaseAge": "3 days" }, { - "matchManagers": ["docker"], - "matchUpdateTypes": ["major", "minor"], + "matchManagers": [ + "docker" + ], + "matchUpdateTypes": [ + "major", + "minor" + ], "automerge": false }, { - "matchManagers": ["github-actions"], + "matchManagers": [ + "github-actions" + ], "matchPackageNames": [ "actions/checkout", "supplypike/setup-bin" @@ -57,4 +73,4 @@ "semanticCommits": "enabled", "commitMessagePrefix": "🔧 ", "rebaseWhen": "behind-base-branch" -} \ No newline at end of file +} -- 2.52.0