From 344f1ccc373bd2f829f51ea08d0701be39711700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:19:52 +0100 Subject: [PATCH] chore(config): migrate config .github/renovate.json (#129) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2b8f4fc..8c25acb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":dependencyDashboard", ":rebaseStalePrs", ":renovatePrefix", @@ -12,8 +12,10 @@ ], "packageRules": [ { - "matchPackagePatterns": "*", - "allowedVersions": "!/-.+\\.[0-9]+$/" + "allowedVersions": "!/-.+\\.[0-9]+$/", + "matchPackageNames": [ + "*" + ] } ] }