Skip to content

Commit 62f7a21

Browse files
Migrate config renovate.json
1 parent ce090f4 commit 62f7a21

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

renovate.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"extends": [
3-
"github>karlhorky/renovate-config:default.json5"
4-
],
5-
"baseBranches": ["main", "solution"],
2+
"extends": ["github>karlhorky/renovate-config:default.json5"],
3+
"baseBranchPatterns": ["main", "solution"],
64
"packageRules": [
75
{
86
"groupName": "dependency upgrades - non-major",
@@ -14,7 +12,7 @@
1412
"overrides",
1513
"packageManager"
1614
],
17-
"updateTypes": ["patch", "minor"],
15+
"matchUpdateTypes": ["patch", "minor"],
1816
"automerge": true
1917
},
2018
{
@@ -27,7 +25,7 @@
2725
"overrides",
2826
"packageManager"
2927
],
30-
"updateTypes": ["major"],
28+
"matchUpdateTypes": ["major"],
3129
"automerge": true
3230
}
3331
]

0 commit comments

Comments
 (0)