Skip to content

Commit 96bf6d8

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

renovate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
4-
5-
"baseBranches": ["main", "node16"],
6-
3+
"extends": ["config:recommended"],
4+
"baseBranchPatterns": ["main", "node16"],
75
"labels": ["type: dependencies"],
86
"github-actions": {
97
"extends": ["schedule:monthly"],
108
"addLabels": ["github-actions"]
119
},
12-
13-
"js": {
14-
"extends": ["schedule:monthly"],
15-
"addLabels": ["javascript"]
16-
}
10+
"packageRules": [
11+
{
12+
"matchCategories": ["js"],
13+
"extends": ["schedule:monthly"],
14+
"addLabels": ["javascript"]
15+
}
16+
]
1717
}

0 commit comments

Comments
 (0)