From e37682883c72f433cccd7592c82fdca4bc0727c9 Mon Sep 17 00:00:00 2001 From: Julian Dehm Date: Thu, 4 Aug 2022 09:11:09 +0200 Subject: [PATCH] renovate: disable for npm --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index e5583a951..0541520cf 100644 --- a/renovate.json +++ b/renovate.json @@ -24,6 +24,10 @@ "matchPackageNames": ["wagtail"], "allowedVersions": "/(^4\\.1(\\.[0-9]+)?$)|(^5\\.2(\\.[0-9]+)?$)/" }, + { + "matchPackageNames": ["bootstrap"], + "allowedVersions": "5.2.3" + }, { "matchManagers": ["npm"], "enabled": false