Skip to content

Commit 95c6cbe

Browse files
committed
renovate update.
1 parent 1b644a3 commit 95c6cbe

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,14 @@
33
"automerge": true,
44
"prHourlyLimit": 0,
55
"autoApprove": true,
6-
"semanticCommits": "disabled"
6+
"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+
]
716
}

0 commit comments

Comments
 (0)