Skip to content

Commit e1d489b

Browse files
committed
fix(renovate): do not group major github-actions updates
1 parent daa5dc5 commit e1d489b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

renovate/default.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
{
1414
"description": ["group github actions updates"],
1515
"groupName": "github actions",
16-
"matchManagers": ["github-actions"]
16+
"matchManagers": ["github-actions"],
17+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
1718
},
1819
{
1920
"description": ["update actions weekly"],

0 commit comments

Comments
 (0)