We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CARGO_TARPAULIN_VERSION
1 parent 13daea5 commit 08f8254Copy full SHA for 08f8254
.github/renovate.json5
@@ -18,6 +18,13 @@
18
"labels": ["A-backend"],
19
},
20
"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
+ },
28
{
29
"fileMatch": ["^.github/workflows/[^\\.]+\\.ya?ml$"],
30
"matchStrings": ["DIESEL_CLI_VERSION:\\s*(?<currentValue>.*?)\n"],
0 commit comments