Skip to content

Commit

Permalink
Added renovate rule to lock dependency to *.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Mar 17, 2024
1 parent 5c8c133 commit 81978d6
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>pinguapps/renovate-config"
]
}
"$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
}
]
}

0 comments on commit 81978d6

Please sign in to comment.