Skip to content

Commit f7b990b

Browse files
committed
fix(ci): Fix Renovate regexes
1 parent 6c8df60 commit f7b990b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"^rust-toolchain\\.toml$",
1212
"Cargo.toml$",
1313
"clippy.toml$",
14-
"\.clippy.toml$",
15-
"^\.github/workflows/ci.yml$",
16-
"^\.github/workflows/rust-next.yml$",
14+
"\\.clippy.toml$",
15+
"^\\.github/workflows/ci.yml$",
16+
"^\\.github/workflows/rust-next.yml$",
1717
],
1818
"matchStrings": [
1919
"MSRV.*?(?<currentValue>\\d+\\.\\d+(\\.\\d+)?)",

0 commit comments

Comments
 (0)