From 81978d6cb19bd6e488810a0a0bac46ba7f8e3cec Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Sun, 17 Mar 2024 00:38:15 +0000 Subject: [PATCH] Added renovate rule to lock dependency to *.0.0 --- renovate.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index c91b4be..ae15b9f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,13 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>pinguapps/renovate-config" - ] - } \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>pinguapps/renovate-config" + ], + "packageRules": [ + { + "matchFileNames": ["**/PinguApps.Blazor.QRCode.csproj"], + "matchDepNames": ["Microsoft.AspNetCore.Components.Web"], + "enabled": false + } + ] +} \ No newline at end of file