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 13cf153 commit 9485d2fCopy full SHA for 9485d2f
1 file changed
renovate.json
@@ -1,9 +1,10 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:base"],
4
- "packageRules": [{
+ "packageRules": [
5
+ {
6
"groupName": "Actions",
- "matchUpdateTypes": ["patch", "pin", "digest"],
7
+ "matchUpdateTypes": ["minor", "patch", "pin"],
8
"automerge": true,
9
"addLabels": ["Release: Patch", "Skip: Announcements"]
10
},
0 commit comments