Skip to content

Commit 8eb0937

Browse files
committed
Renovate should not update to versions from non-release branches
1 parent 3856c54 commit 8eb0937

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"matchDatasources": ["dotnet-version", "docker"],
1717
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
1818
"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"
1924
}
2025
]
2126
}

0 commit comments

Comments
 (0)