We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31df9df commit 626e3e3Copy full SHA for 626e3e3
.github/renovate.json5
@@ -98,20 +98,24 @@
98
],
99
},
100
{
101
- "matchUpdateTypes": ["patch"],
102
- "automerge": true
+ matchUpdateTypes: [
+ 'patch',
103
+ ],
104
+ automerge: true,
105
106
- "matchUpdateTypes": ["minor"],
- "matchCurrentVersion": "!/^0/",
107
108
+ 'minor',
109
110
+ matchCurrentVersion: '!/^0/',
111
112
113
114
customManagers: [
115
116
customType: 'regex',
- fileMatch: [
- '^rust-toolchain(\\.toml)?$',
117
+ managerFilePatterns: [
118
+ '/^rust-toolchain(\\.toml)?$/',
119
120
matchStrings: [
121
'channel\\s*=\\s*"(?<currentValue>\\d+\\.\\d+\\.\\d+)"',
0 commit comments