We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b644a3 commit 95c6cbeCopy full SHA for 95c6cbe
1 file changed
.github/renovate.json
@@ -3,5 +3,14 @@
3
"automerge": true,
4
"prHourlyLimit": 0,
5
"autoApprove": true,
6
- "semanticCommits": "disabled"
+ "semanticCommits": "disabled",
7
+ "rangeStrategy": "bump",
8
+ "packageRules": [
9
+ {
10
+ "description": "Do not update exact NuGet pins like [1.2.3]",
11
+ "matchManagers": [ "nuget" ],
12
+ "matchCurrentValue": "/^\\[[^,]+\\]$/",
13
+ "enabled": false
14
+ }
15
+ ]
16
}
0 commit comments