Skip to content

Commit

Permalink
chore: Prevent unnecessary rebases for renovate PRs
Browse files Browse the repository at this point in the history
This saves a few CI cycles.
  • Loading branch information
wolfgangwalther committed Mar 1, 2024
1 parent f72b47c commit d5cb6b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"main",
"/^v[0-9]+/"
],
"rebaseWhen": "conflicted",
"packageRules": [
{
"matchBaseBranches": [ "/^v[0-9]+/" ],
Expand Down

0 comments on commit d5cb6b5

Please sign in to comment.