Skip to content

Commit 3817622

Browse files
committed
ci: limit renovate to supported branches
Also remove nonexistent renovate-test branch from config.
1 parent ad4c358 commit 3817622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
":semanticCommitTypeAll(chore)",
66
"helpers:pinGitHubActionDigests",
77
],
8-
baseBranchPatterns: ["main", "/^release-.+$/", "renovate-test"],
8+
baseBranchPatterns: ["main", "release-25.11", "release-26.05"],
99
labels: ["release-exclude", "renovate"],
1010
reviewers: ["nzbr"],
1111
nix: {

0 commit comments

Comments
 (0)