We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a5ea4 commit 589bd10Copy full SHA for 589bd10
.github/renovate.json5
@@ -5,6 +5,10 @@
5
":enableVulnerabilityAlertsWithLabel(security)", // https://docs.renovatebot.com/presets-default/#enablevulnerabilityalertswithlabelarg0
6
"group:recommended", // https://docs.renovatebot.com/presets-group/#grouprecommended
7
"workarounds:all", // https://docs.renovatebot.com/presets-workarounds/#workaroundsall
8
+ // Automerge configuration.
9
+ ":automergeMinor",
10
+ ":automergePr",
11
+ ":automergeRequireAllStatusChecks",
12
],
13
"reviewersFromCodeOwners": true,
14
"dependencyDashboard": true,
0 commit comments