Skip to content

Commit 9291080

Browse files
committed
Put fumadocs into single group
1 parent 7319c94 commit 9291080

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

renovate.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended",
5-
":assignee(Taucher2003)",
6-
":label(dependencies)",
7-
":semanticCommitsDisabled"
4+
"github>code0-tech/internal-tooling//renovate/global.json5",
5+
":assignee(Taucher2003)"
86
],
97
"rangeStrategy": "bump",
108
"packageRules": [
119
{
12-
"matchPackagePrefixes": [
13-
"@astrojs",
14-
"astro"
15-
],
16-
"extends": [
17-
"schedule:monthly"
18-
]
10+
"matchDatasources": ["npm"],
11+
"matchPackageNames": ["/^fumadocs/"],
12+
"groupName": "fumadocs"
1913
}
2014
]
2115
}

0 commit comments

Comments
 (0)