Skip to content

Commit 961f079

Browse files
renovate[bot]colinaaa
authored andcommitted
chore(config): migrate config .github/renovate.json5
1 parent 94b3505 commit 961f079

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/renovate.json5

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", "schedule:monthly", "group:allNonMajor"],
4-
"rangeStrategy": "bump",
5-
"packageRules": [{ "depTypeList": ["peerDependencies"], "enabled": false }]
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
5+
'schedule:monthly',
6+
'group:allNonMajor',
7+
],
8+
rangeStrategy: 'bump',
9+
packageRules: [
10+
{
11+
matchDepTypes: [
12+
'peerDependencies',
13+
],
14+
enabled: false,
15+
},
16+
],
617
}

0 commit comments

Comments
 (0)