mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24:12 +00: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$",
|
||||
"Cargo.toml$",
|
||||
"clippy.toml$",
|
||||
"\.clippy.toml$",
|
||||
"^\.github/workflows/ci.yml$",
|
||||
"^\.github/workflows/rust-next.yml$",
|
||||
"\\.clippy.toml$",
|
||||
"^\\.github/workflows/ci.yml$",
|
||||
"^\\.github/workflows/rust-next.yml$",
|
||||
],
|
||||
"matchStrings": [
|
||||
"MSRV.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)",
|
||||
|
|
Loading…
Reference in a new issue