Skip to content

Commit d3165e3

Browse files
authored
ci: have renovate group GHA workflow updates into a single PR (#1810)
1 parent 0ffbfed commit d3165e3

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
@@ -5,5 +5,11 @@
55
"automerge": true
66
},
77
"rangeStrategy": "replace",
8-
"postUpdateOptions": ["yarnDedupeHighest"]
8+
"postUpdateOptions": ["yarnDedupeHighest"],
9+
"packageRules": [
10+
{
11+
"matchFileNames": [".github/**"],
12+
"groupName": "workflows"
13+
}
14+
]
915
}

0 commit comments

Comments
 (0)