From 0a5fd8dfb1bd62c3bc8eb1c93cdd8bd080ea60a5 Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Tue, 10 Oct 2023 09:36:25 +0900 Subject: [PATCH] feat: disable automated update of @willbooster/judge --- renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 3cb2b563..5bc4e3dd 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -43,6 +43,11 @@ matchPackageNames: ['node'], allowedVersions: '<=20', }, + { + // Since they exist in private repositories + packageNames: ['@willbooster/judge'], + enabled: false, + }, { // Since v7 doesn't work with @qiwi/multi-semantic-release v7 packageNames: ['conventional-changelog-conventionalcommits'],