Skip to content

Commit

Permalink
renovate: enable automerge
Browse files Browse the repository at this point in the history
This commit enables automerge for all renovate PRs.

https://docs.renovatebot.com/key-concepts/automerge/

Renovate will automatically merge the PRs if all all checks are successful.

Note: I have deliberately not distinguished between major/minor/... dependencies. IMO
a failing check is indication enough that manual interaction is required.

Signed-off-by: Marco Hofstetter <[email protected]>
  • Loading branch information
mhofstetter authored and kkourt committed Jul 9, 2024
1 parent 7027c1c commit cfa05a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"renovate/stop-updating",
],
"stopUpdatingLabel": "renovate/stop-updating",
"automerge": true,
"packageRules": [
{
"groupName": "all github action dependencies",
Expand Down

0 comments on commit cfa05a6

Please sign in to comment.