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