Skip to content

Commit 626e3e3

Browse files
chore(config): migrate config .github/renovate.json5 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31df9df commit 626e3e3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/renovate.json5

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,24 @@
9898
],
9999
},
100100
{
101-
"matchUpdateTypes": ["patch"],
102-
"automerge": true
101+
matchUpdateTypes: [
102+
'patch',
103+
],
104+
automerge: true,
103105
},
104106
{
105-
"matchUpdateTypes": ["minor"],
106-
"matchCurrentVersion": "!/^0/",
107-
"automerge": true
107+
matchUpdateTypes: [
108+
'minor',
109+
],
110+
matchCurrentVersion: '!/^0/',
111+
automerge: true,
108112
},
109113
],
110114
customManagers: [
111115
{
112116
customType: 'regex',
113-
fileMatch: [
114-
'^rust-toolchain(\\.toml)?$',
117+
managerFilePatterns: [
118+
'/^rust-toolchain(\\.toml)?$/',
115119
],
116120
matchStrings: [
117121
'channel\\s*=\\s*"(?<currentValue>\\d+\\.\\d+\\.\\d+)"',

0 commit comments

Comments
 (0)