Skip to content

Commit 0acbf50

Browse files
authored
Update and rename renovate.json to renovate.json5
1 parent 5a0cdc6 commit 0acbf50

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
lines changed

renovate.json

-6
This file was deleted.

renovate.json5

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"schedule:weekly"
5+
],
6+
"labels": [
7+
"dependencies"
8+
],
9+
"pin": false,
10+
"rangeStrategy": "bump",
11+
"packageRules": [
12+
{
13+
"depTypeList": [
14+
"peerDependencies"
15+
],
16+
"enabled": false
17+
},
18+
{
19+
"matchPaths": [
20+
"examples/**"
21+
],
22+
"matchUpdateTypes": [
23+
"minor",
24+
"patch"
25+
],
26+
"groupName": "all non-major examples dependencies",
27+
"groupSlug": "all-minor-patch-examples"
28+
},
29+
{
30+
"matchUpdateTypes": [
31+
"minor",
32+
"patch"
33+
],
34+
"groupName": "all non-major dependencies",
35+
"groupSlug": "all-minor-patch"
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)