From 5dc00865706b5e459463787fb38fc00241fbe540 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:38:43 +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 80750d7d..b1a37966 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"] } ] }