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 7319c94 commit 9291080Copy full SHA for 9291080
renovate.json
@@ -1,21 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended",
5
- ":assignee(Taucher2003)",
6
- ":label(dependencies)",
7
- ":semanticCommitsDisabled"
+ "github>code0-tech/internal-tooling//renovate/global.json5",
+ ":assignee(Taucher2003)"
8
],
9
"rangeStrategy": "bump",
10
"packageRules": [
11
12
- "matchPackagePrefixes": [
13
- "@astrojs",
14
- "astro"
15
- ],
16
- "extends": [
17
- "schedule:monthly"
18
- ]
+ "matchDatasources": ["npm"],
+ "matchPackageNames": ["/^fumadocs/"],
+ "groupName": "fumadocs"
19
}
20
]
21
0 commit comments