Skip to content

Commit

Permalink
Auto-open PRs for major updates
Browse files Browse the repository at this point in the history
Currently PRs for major updates would only be triggered manually via the
dependency dashboard. With this change, Renovate will automatically open
major update PRs, but not merge them, even if all status checks pass
  • Loading branch information
yndajas authored Oct 8, 2024
1 parent 769fcec commit e0d41dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
":automergeRequireAllStatusChecks",
":automergeTesters"
],
"packageRules": [
{
"dependencyDashboardApproval": false,
"matchUpdateTypes": ["major"]
}
],
"labels": [
"dependencies"
]
Expand Down

0 comments on commit e0d41dc

Please sign in to comment.