Skip to content

Commit 377c03d

Browse files
author
Ian Lewis
authored
Group updates for renovate (#1185)
Signed-off-by: Ian Lewis <[email protected]> Signed-off-by: Ian Lewis <[email protected]>
1 parent e823895 commit 377c03d

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

renovate.json

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
],
3+
"extends": ["config:base"],
64
"schedule": ["every weekend"],
75
"packageRules": [
86
{
97
"matchManagers": ["github-actions"],
10-
"groupName": "github-actions",
11-
"commitMessageTopic": "github-actions"
8+
"groupName": "github-actions"
129
},
1310
{
14-
"extends": "group:nodeJs",
15-
"matchUpdateTypes": [
16-
"minor",
17-
"patch"
18-
],
19-
"groupName": "nodeJs",
20-
"commitMessageTopic": "NodeJs"
11+
"matchManagers": ["gomod"],
12+
"matchUpdateTypes": ["minor", "patch"],
13+
"groupName": "go"
14+
},
15+
{
16+
"matchManagers": ["npm"],
17+
"matchDepTypes": ["dependencies"],
18+
"matchUpdateTypes": ["minor", "patch"],
19+
"groupName": "npm"
20+
},
21+
{
22+
"matchManagers": ["npm"],
23+
"matchDepTypes": ["devDependencies"],
24+
"groupName": "npm dev"
2125
}
2226
]
2327
}

0 commit comments

Comments
 (0)