We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc4c35 commit ff4035cCopy full SHA for ff4035c
renovate.json
@@ -1,15 +1,16 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base"],
4
-
+ "extends": ["config:recommended"],
5
"labels": ["type: dependencies"],
6
"github-actions": {
7
"extends": ["schedule:monthly"],
8
"addLabels": ["github-actions"]
9
},
10
11
- "js": {
12
- "extends": ["schedule:monthly"],
13
- "addLabels": ["javascript"]
14
- }
+ "packageRules": [
+ {
+ "matchCategories": ["js"],
+ "extends": ["schedule:monthly"],
+ "addLabels": ["javascript"]
+ }
15
+ ]
16
}
0 commit comments