Skip to content

Commit cbec2f6

Browse files
authored
ci: limit renovate to supported branches (#1061)
Also remove nonexistent renovate-test branch from config.
1 parent ad4c358 commit cbec2f6

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)