Skip to content

Commit 647267c

Browse files
committed
Update standard files
Signed-off-by: Dan Webb <[email protected]>
1 parent 9cab1a2 commit 647267c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base"],
4-
"packageRules": [{
4+
"packageRules": [
5+
{
56
"groupName": "Actions",
6-
"matchUpdateTypes": ["patch", "pin", "digest"],
7+
"matchUpdateTypes": ["minor", "patch", "pin"],
78
"automerge": true,
89
"addLabels": ["Release: Patch", "Skip: Announcements"]
910
},

0 commit comments

Comments
 (0)