Skip to content

Commit 589bd10

Browse files
authored
chore: Configure automerge for Renovate (#35)
## Motivation Add automerge capabilities to Renovate.
1 parent 28a5ea4 commit 589bd10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json5

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
":enableVulnerabilityAlertsWithLabel(security)", // https://docs.renovatebot.com/presets-default/#enablevulnerabilityalertswithlabelarg0
66
"group:recommended", // https://docs.renovatebot.com/presets-group/#grouprecommended
77
"workarounds:all", // https://docs.renovatebot.com/presets-workarounds/#workaroundsall
8+
// Automerge configuration.
9+
":automergeMinor",
10+
":automergePr",
11+
":automergeRequireAllStatusChecks",
812
],
913
"reviewersFromCodeOwners": true,
1014
"dependencyDashboard": true,

0 commit comments

Comments
 (0)