From 5a66594dc1801ef239d0d8f89775e82e9efff19b Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:22:00 +0000 Subject: [PATCH] migrate config .github/renovate.json --- .github/renovate.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index a9241b0..509655e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,10 +15,10 @@ "packageRules": [ { "automerge": true, - "matchSourceUrlPrefixes": [ - "https://github.com/coverlet-coverage" - ], - "groupName": "coverlet packages" + "groupName": "coverlet packages", + "matchSourceUrls": [ + "https://github.com/coverlet-coverage{/,}**" + ] }, { "automerge": true, @@ -28,7 +28,9 @@ ] }, { - "matchManagers": ["github-actions"], + "matchManagers": [ + "github-actions" + ], "enabled": false } ]