File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
$schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3
- extends : [ "local>SpotOnInc/renovate-config" ] ,
3
+ extends : [
4
+ "local>SpotOnInc/renovate-config" ,
5
+ // Automerge patch and minor upgrades if they pass tests. | https://docs.renovatebot.com/presets-default/#automergeminor
6
+ ":automergeMinor" ,
7
+ // Require all status checks to pass before any automerging. | https://docs.renovatebot.com/presets-default/#automergerequireallstatuschecks
8
+ ":automergeRequireAllStatusChecks" ,
9
+ // Automerge digest upgrades if they pass tests. | https://docs.renovatebot.com/presets-default/#automergedigest
10
+ ":automergeDigest" ,
11
+ // Raise a PR first before any automerging. | https://docs.renovatebot.com/presets-default/#automergepr
12
+ ":automergePr" ,
13
+ ] ,
4
14
// To make happy 'Validate PR title' GHA
5
15
commitMessageLowerCase : "never" ,
6
16
// Disable auto-rebase on every commit to avoid reaching Github limits on macos runners
You can’t perform that action at this time.
0 commit comments