We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f499c34 commit 8396a54Copy full SHA for 8396a54
1 file changed
.github/renovate.json
@@ -1,7 +1,10 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended",
5
- ":semanticPrefixChore"
+ "extends": ["config:base"],
+ "packageRules": [
+ {
6
+ "matchFileNames": [".github/**"],
7
+ "groupName": "workflows"
8
+ }
9
]
10
}
0 commit comments