Skip to content

Commit

Permalink
Update .renovaterc.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes committed Jun 26, 2023
1 parent 992a40b commit be01afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"^src/lib\\.rs$",
],
matchStrings: [
"^msrv = \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\"$",
"^rust-version = \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\"$",
"msrv.*?(?<currentValue>\\d+\\.\\d+\\.\\d+)",
"rust-version.*?(?<currentValue>\\d+\\.\\d+\\.\\d+)",
"MSRV-(?<currentValue>\\d+\\.\\d+\\.\\d+)-green",
],
packageNameTemplate: "rust-lang/rust",
Expand Down

0 comments on commit be01afa

Please sign in to comment.