Skip to content

Commit

Permalink
Merge pull request #1256 from ksimon1/simplify-renovate
Browse files Browse the repository at this point in the history
fix: regex in renovate config
  • Loading branch information
kubevirt-bot authored Jan 29, 2025
2 parents 7b08e2f + 19b6d38 commit faf2cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["main", "/release-v(([1-9]+\\.([0-9]+))|(0\\.([1-9][0-9]{2,}|[2-9][0-9]|1[6-9])))/"],
"baseBranches": ["main", "/^release-v(([1-9]+\\.([0-9]+))|(0\\.([1-9][0-9]{2,}|[2-9][0-9]|1[6-9])))$/"],
"prConcurrentLimit": 3,
"lockFileMaintenance": {
"enabled": false
Expand Down

0 comments on commit faf2cb0

Please sign in to comment.