We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e4f3e commit a9abbabCopy full SHA for a9abbab
.github/workflows/workflow.yml
@@ -6,6 +6,7 @@ on:
6
- '*.*.*'
7
branches:
8
- '**'
9
+ merge_group:
10
pull_request:
11
12
- main
renovate.json
@@ -2,5 +2,12 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended"
5
+ ],
+ "packageRules": [
+ {
+ "description": "Automerge non-major updates",
+ "matchUpdateTypes": ["minor", "patch"],
+ "automerge": true
+ }
]
13
}
0 commit comments