We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 429e76f + 8eb0937 commit 41d1b78Copy full SHA for 41d1b78
1 file changed
.github/renovate.json
@@ -17,6 +17,11 @@
17
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
18
"groupName": "Dockerfile and global.json updates"
19
},
20
+ {
21
+ "matchPackageNames": ["*"],
22
+ "allowedVersions": "!/-g[a-f0-9]+$/",
23
+ "groupName": "Ignore versions built from non-release branches"
24
+ },
25
{
26
"matchPackageNames": [
27
"System.Collections.Immutable",
0 commit comments