Skip to content

Commit 9979b74

Browse files
authored
chore(deps): update renovate config to group actions (#120)
Update renovate config to group actions
1 parent bcc4f29 commit 9979b74

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,22 @@
88
"labels": ["Dependencies"],
99
"packageRules": [
1010
{
11-
"matchUpdateTypes": ["lockFileMaintenance"]
11+
"matchUpdateTypes": [
12+
"major",
13+
"minor",
14+
"patch",
15+
"lockFileMaintenance",
16+
"pinDigest"
17+
]
18+
},
19+
{
20+
"matchPackageNames": [
21+
"actions/checkout",
22+
"actions/setup-node",
23+
"actions/upload-artifact"
24+
],
25+
"groupName": "GitHub Actions",
26+
"groupSlug": "github-actions"
1227
}
1328
],
1429
"lockFileMaintenance": {

0 commit comments

Comments
 (0)