Skip to content

Commit ff4035c

Browse files
renovate[bot]jamacku
authored andcommitted
chore(config): migrate config renovate.json
1 parent fbc4c35 commit ff4035c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

renovate.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
4-
3+
"extends": ["config:recommended"],
54
"labels": ["type: dependencies"],
65
"github-actions": {
76
"extends": ["schedule:monthly"],
87
"addLabels": ["github-actions"]
98
},
10-
11-
"js": {
12-
"extends": ["schedule:monthly"],
13-
"addLabels": ["javascript"]
14-
}
9+
"packageRules": [
10+
{
11+
"matchCategories": ["js"],
12+
"extends": ["schedule:monthly"],
13+
"addLabels": ["javascript"]
14+
}
15+
]
1516
}

0 commit comments

Comments
 (0)