Skip to content

Commit 8396a54

Browse files
committed
ci: redo renovate config
1 parent f499c34 commit 8396a54

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
":semanticPrefixChore"
3+
"extends": ["config:base"],
4+
"packageRules": [
5+
{
6+
"matchFileNames": [".github/**"],
7+
"groupName": "workflows"
8+
}
69
]
710
}

0 commit comments

Comments
 (0)