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 3856c54 commit 8eb0937Copy full SHA for 8eb0937
.github/renovate.json
@@ -16,6 +16,11 @@
16
"matchDatasources": ["dotnet-version", "docker"],
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
0 commit comments