Skip to content

Commit

Permalink
chore: Update Renovate with automerge (#247)
Browse files Browse the repository at this point in the history
## Motivation

Adds automerge to Renovate.
  • Loading branch information
nieomylnieja authored Jan 26, 2024
1 parent 9217a74 commit 90da6e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
":enableVulnerabilityAlertsWithLabel(security)", // https://docs.renovatebot.com/presets-default/#enablevulnerabilityalertswithlabelarg0
"group:recommended", // https://docs.renovatebot.com/presets-group/#grouprecommended
"workarounds:all", // https://docs.renovatebot.com/presets-workarounds/#workaroundsall
// Automerge configuration.
":automergeMinor",
":automergePr",
":automergeRequireAllStatusChecks",
],
"reviewersFromCodeOwners": true,
"dependencyDashboard": true,
Expand Down

0 comments on commit 90da6e3

Please sign in to comment.