add Renovate CustomManger to manage maturin version

This commit is contained in:
Azan Ali 2025-10-30 20:52:03 +05:00 committed by Azan Ali
parent a1610c794e
commit b9242f9e6f
1 changed files with 10 additions and 0 deletions

View File

@ -141,6 +141,16 @@
packageNameTemplate: "rust-lang/rust",
datasourceTemplate: "github-releases",
},
{
customType: "regex",
managerFilePatterns: ["^\\.github/workflow/build-binaries\\.yml$"],
matchStrings: [
"maturin-version:\\s*['\"]?(?<currentValue>[\\w\\.\\-]+)['\"]?",
],
depNameTemplate: "maturin",
packageNameTemplate: "PyO3/maturin",
datasourceTemplate: "github-releases",
},
],
vulnerabilityAlerts: {
commitMessageSuffix: "",