Skip to content

Commit

Permalink
Merge pull request #83 from PinguApps/78-feat-support-net-versions-fr…
Browse files Browse the repository at this point in the history
…om-their-base-600-700-800-rather-than-requiring-minor-or-patch-versions-specifically

Added renovate rule to lock dependency to *.0.0
  • Loading branch information
pingu2k4 authored Mar 17, 2024
2 parents cc00a97 + 81978d6 commit 150881d
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 150881d

Please sign in to comment.