Skip to content

Commit 07cb90b

Browse files
committed
group deps
1 parent b14cfe5 commit 07cb90b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

renovate.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base", ":semanticCommits", "schedule:quarterly"],
4+
"automerge": true,
5+
"automergeType": "branch",
46
"packageRules": [
57
{
6-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
7-
"automerge": true,
8-
"automergeType": "branch"
8+
"groupName": "npm",
9+
"matchManagers": ["npm"],
10+
"matchUpdateTypes": ["minor", "patch"]
11+
},
12+
{
13+
"groupName": "github actions",
14+
"matchManagers": ["github-actions"],
15+
"matchUpdateTypes": ["minor", "patch"]
916
}
1017
]
1118
}

0 commit comments

Comments
 (0)