Skip to content

Commit

Permalink
chore(renovate): fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Oct 15, 2023
1 parent dab18a6 commit b105f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"customType": "regex",
"fileMatch": ["(^|/)\\.github/workflows/rust\\.yml$"],
"matchStrings": ["#\\s?renovate: rustc-stable\\s*rustc_version:\\s?'(?<currentValue>[\\d\\.\\d+\\.\\d+])'"],
"matchStrings": ["#\\s?renovate: rustc-stable\\s*rustc_version:\\s*'(?<currentValue>\\d\\.\\d+\\.\\d+)'"],
"depNameTemplate": "rust",
"lookupNameTemplate": "rust-lang/rust",
"datasourceTemplate": "github-releases"
Expand Down

0 comments on commit b105f61

Please sign in to comment.