mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
fix(ci): Fix Renovate regexes
This commit is contained in:
parent
6c8df60dc4
commit
f7b990b803
1 changed files with 3 additions and 3 deletions
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
|
@ -11,9 +11,9 @@
|
||||||
"^rust-toolchain\\.toml$",
|
"^rust-toolchain\\.toml$",
|
||||||
"Cargo.toml$",
|
"Cargo.toml$",
|
||||||
"clippy.toml$",
|
"clippy.toml$",
|
||||||
"\.clippy.toml$",
|
"\\.clippy.toml$",
|
||||||
"^\.github/workflows/ci.yml$",
|
"^\\.github/workflows/ci.yml$",
|
||||||
"^\.github/workflows/rust-next.yml$",
|
"^\\.github/workflows/rust-next.yml$",
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"MSRV.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)",
|
"MSRV.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)",
|
||||||
|
|
Loading…
Reference in a new issue