Skip to content

Commit

Permalink
fix(renovate): do not prune branch after automerge
Browse files Browse the repository at this point in the history
Since renovate gets daily updates, the branch will be deleted and recreated every day, resulting in a ton of noise.
Hopefully renovate will correctly force-push the branch before opening a new PR.
  • Loading branch information
SIMULATAN authored Jan 12, 2025
1 parent 46f344c commit d5a5172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"argocd": {
"fileMatch": ["\\.argo\\."]
},
"pruneBranchAfterAutomerge": false,
"separateMinorPatch": true,
"packageRules": [
{
Expand Down

0 comments on commit d5a5172

Please sign in to comment.