Skip to content

Commit

Permalink
chore(renovate): exclude release branch prior to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2025
1 parent 19d3472 commit 797a8b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
baseBranches: [
// don't run on renovate branches
'$default',
'/^release-.*/', //regexp test syntax
'/^release-1\.[3-9]*/', // include release starting with 1.30
// '/^release-1\.2[9]*/', // branch
// See https://docs.renovatebot.com/configuration-options/#basebranches
// baseBranches supports Regular Expressions that must begin and end with /
], //See also possible support for multiple base branches, one per K8S minor version https://docs.renovatebot.com/configuration-options/#basebranches
Expand Down

0 comments on commit 797a8b5

Please sign in to comment.