Skip to content

Commit bfa39e2

Browse files
authored
ci: have renovate group GHA workflow updates (#388)
This should make it a bit easier to manage
1 parent 4cdf9da commit bfa39e2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@
66
"schedule": ["after 1am and before 2am on monday"]
77
},
88
"rangeStrategy": "replace",
9-
"postUpdateOptions": ["npmDedupe"]
9+
"postUpdateOptions": ["npmDedupe"],
10+
"packageRules": [
11+
{
12+
"matchFileNames": [".github/**"],
13+
"groupName": "workflows"
14+
}
15+
]
1016
}

0 commit comments

Comments
 (0)