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 d1a5627 commit 8c5c6adCopy full SHA for 8c5c6ad
.github/renovate.json5
@@ -10,12 +10,12 @@
10
{
11
customType: 'regex',
12
managerFilePatterns: [
13
- '^rust-toolchain\\.toml$',
14
- 'Cargo.toml$',
15
- 'clippy.toml$',
16
- '\\.clippy.toml$',
17
- '^\\.github/workflows/ci.yml$',
18
- '^\\.github/workflows/rust-next.yml$',
+ '/^rust-toolchain\\.toml$/',
+ '/Cargo.toml$/',
+ '/clippy.toml$/',
+ '/\\.clippy.toml$/',
+ '/^\\.github/workflows/ci.yml$/',
+ '/^\\.github/workflows/rust-next.yml$/',
19
],
20
matchStrings: [
21
'STABLE.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)',
0 commit comments