From b49fbe9e78ab2210ec1e08650b3b2b4d48e97264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 22:29:39 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9889f97..ead302c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -51,11 +51,6 @@ "matchManagers": [ "github-actions" ], - "matchPackagePatterns": [ - "^actions/checkout", - "^1password/", - "^tailscale/github-action" - ], "matchUpdateTypes": [ "patch" ], @@ -65,6 +60,11 @@ "security", "dependencies", "review-required" + ], + "matchPackageNames": [ + "/^actions/checkout/", + "/^1password//", + "/^tailscale/github-action/" ] } ]