Skip to content

Commit b0f60bd

Browse files
chore(config): migrate config renovate.json
1 parent 80ef47a commit b0f60bd

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

renovate.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
2-
"extends": ["config:base"],
3-
"ignorePresets": [":prHourlyLimit2", ":prConcurrentLimit20"],
2+
"extends": [
3+
"config:recommended"
4+
],
5+
"ignorePresets": [
6+
":prHourlyLimit2",
7+
":prConcurrentLimit20"
8+
],
49
"packageRules": [
510
{
611
"rangeStrategy": "bump",
@@ -12,7 +17,11 @@
1217
]
1318
},
1419
{
15-
"matchUpdateTypes": ["minor", "pin", "digest"],
20+
"matchUpdateTypes": [
21+
"minor",
22+
"pin",
23+
"digest"
24+
],
1625
"automerge": true,
1726
"matchDepTypes": [
1827
"dependencies",
@@ -22,7 +31,10 @@
2231
]
2332
},
2433
{
25-
"matchUpdateTypes": ["patch", "lockFileMaintenance"],
34+
"matchUpdateTypes": [
35+
"patch",
36+
"lockFileMaintenance"
37+
],
2638
"automerge": false,
2739
"automergeType": "branch",
2840
"matchDepTypes": [

0 commit comments

Comments
 (0)