Skip to content

Commit 097dc65

Browse files
chore(config): migrate config renovate.json5 (#1065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2490b22 commit 097dc65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

renovate.json5

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
extends: [
4-
"local>hivemq/renovate-config:default.json5",
4+
'local>hivemq/renovate-config:default.json5',
55
],
6-
baseBranches: [
7-
"master",
8-
"renovate-playground",
6+
baseBranchPatterns: [
7+
'master',
8+
'renovate-playground',
99
],
10-
useBaseBranchConfig: "merge",
11-
branchPrefix: "renovate/hivemq-edge/",
10+
useBaseBranchConfig: 'merge',
11+
branchPrefix: 'renovate/hivemq-edge/',
1212
addLabels: [
13-
"edge-team"
14-
]
13+
'edge-team',
14+
],
1515
}

0 commit comments

Comments
 (0)