Skip to content

Commit 08f8254

Browse files
committed
renovate: Keep CARGO_TARPAULIN_VERSION automatically up-to-date
1 parent 13daea5 commit 08f8254

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"labels": ["A-backend"],
1919
},
2020
"regexManagers": [
21+
{
22+
"fileMatch": ["^.github/workflows/[^\\.]+\\.ya?ml$"],
23+
"matchStrings": ["CARGO_TARPAULIN_VERSION:\\s*(?<currentValue>.*?)\n"],
24+
"depNameTemplate": "cargo-tarpaulin",
25+
"datasourceTemplate": "crate",
26+
"versioningTemplate": "semver"
27+
},
2128
{
2229
"fileMatch": ["^.github/workflows/[^\\.]+\\.ya?ml$"],
2330
"matchStrings": ["DIESEL_CLI_VERSION:\\s*(?<currentValue>.*?)\n"],

0 commit comments

Comments
 (0)