mirror of https://github.com/astral-sh/uv
add Renovate CustomManger to manage maturin version
This commit is contained in:
parent
a1610c794e
commit
b9242f9e6f
|
|
@ -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: "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue