From a6d2e2ed03091047428f08e70cf0c1fb09d236c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 06:39:08 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 80750d7..b1a3796 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,9 +16,9 @@ }, { "description": "Allow updates after 15 days (exclude renovate)", - "excludePackageNames": ["renovate/renovate"], "separateMinorPatch": true, - "minimumReleaseAge": "15 days" + "minimumReleaseAge": "15 days", + "matchPackageNames": ["!renovate/renovate"] } ] }