Skip to content

Commit 8a87d46

Browse files
chore(config): migrate config renovate.json
1 parent c27a91c commit 8a87d46

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

renovate.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rangeStrategy": "bump",
99
"rebaseWhen": "conflicted",
1010
"ignoreUnstable": false,
11-
"baseBranches": ["main", "stable32", "stable31"],
11+
"baseBranchPatterns": ["main", "stable32", "stable31"],
1212
"enabledManagers": ["npm"],
1313
"ignoreDeps": ["node", "npm"],
1414
"packageRules": [
@@ -30,12 +30,7 @@
3030
},
3131
{
3232
"groupName": "yjs",
33-
"matchPackageNames": [
34-
"yjs",
35-
"y-websocket",
36-
"@hocuspocus/provider",
37-
"lib0"
38-
]
33+
"matchPackageNames": ["yjs", "y-websocket", "@hocuspocus/provider", "lib0"]
3934
},
4035
{
4136
"groupName": "highlight",
@@ -76,11 +71,7 @@
7671
},
7772
{
7873
"matchUpdateTypes": ["major", "minor"],
79-
"matchPackageNames": [
80-
"cypress",
81-
"@nextcloud/cypress",
82-
"@cypress/{/,}**"
83-
],
74+
"matchPackageNames": ["cypress", "@nextcloud/cypress", "@cypress/{/,}**"],
8475
"matchBaseBranches": [
8576
"stable32",
8677
"stable31",

0 commit comments

Comments
 (0)