Skip to content

Commit cc3ce43

Browse files
committed
add Renovate CustomManger to manage maturin version
1 parent a1610c7 commit cc3ce43

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@
141141
packageNameTemplate: "rust-lang/rust",
142142
datasourceTemplate: "github-releases",
143143
},
144+
{
145+
customType: "regex",
146+
managerFilePatterns: ["^\\.github/workflow/build-binaries\\.yml$"],
147+
matchStrings: [
148+
"maturin-version:\\s*['\"]?(?<currentValue>[\\w\\.\\-]+)['\"]?",
149+
],
150+
depNameTemplate: "maturin",
151+
packageNameTemplate: "PyO3/maturin",
152+
datasourceTemplate: "github-releases",
153+
},
144154
],
145155
vulnerabilityAlerts: {
146156
commitMessageSuffix: "",

0 commit comments

Comments
 (0)