Skip to content

Commit e178bc7

Browse files
authored
update (#653)
1 parent 82a95be commit e178bc7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@
77
"packageRules": [
88
{
99
"matchManagers": ["github-actions"],
10-
"groupName": "github-actions"
10+
"groupName": "github-actions",
11+
"commitMessageTopic": "github-actions"
12+
},
13+
{
14+
"extends": "group:nodeJs",
15+
"matchUpdateTypes": [
16+
"minor",
17+
"patch"
18+
],
19+
"groupName": "nodeJs",
20+
"commitMessageTopic": "NodeJs"
1121
}
1222
]
1323
}

0 commit comments

Comments
 (0)