From cb8bd19b5527aa9e2796bd4f8ac2bb7c4362e9fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:30:38 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ae9208e..2c9e40e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,11 +28,11 @@ }, { "description": "Allow updates after 15 days (exclude renovate)", - "excludePackageNames": [ - "renovate/renovate" - ], "separateMinorPatch": true, - "minimumReleaseAge": "15 days" + "minimumReleaseAge": "15 days", + "matchPackageNames": [ + "!renovate/renovate" + ] } ] }