From 5a5e5c50580055f3dd681cf763627b0324d73e82 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Fri, 3 May 2024 12:04:56 -0400 Subject: [PATCH] Disabled major updates for bootstrap, del, gulp (#4048) --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 91774ca33..a5405bb3f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -40,6 +40,12 @@ "commitMessagePrefix": "[deps] Auth:", "reviewers": ["team:team-auth-dev"] }, + { + "matchPackageNames": ["bootstrap", "del", "gulp"], + "matchUpdateTypes": ["major"], + "description": "Lock bootstrap, del, and gulp major versions due to ASP.NET conflicts", + "enabled": false + }, { "matchPackageNames": [ "AspNetCoreRateLimit",