Skip to content

Commit

Permalink
feat(renovate): rebase stale PRs
Browse files Browse the repository at this point in the history
use renovate's :rebaseStalePrs option for rebasing existing PRs any time the base branch has been updated
  • Loading branch information
sebiklamar authored and vehagn committed Nov 17, 2024
1 parent 1a46529 commit 1d3f025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":rebaseStalePrs"
],
"kustomize": {
"fileMatch": [
Expand Down

0 comments on commit 1d3f025

Please sign in to comment.