mirror of https://github.com/astral-sh/uv
chore(renovate): move out of deprecated options (#8055)
This commit is contained in:
parent
c07000718a
commit
36fedf7ac7
|
|
@ -12,7 +12,7 @@
|
|||
semanticCommits: "disabled",
|
||||
separateMajorMinor: false,
|
||||
prHourlyLimit: 10,
|
||||
enabledManagers: ["github-actions", "pre-commit", "cargo", "regex"],
|
||||
enabledManagers: ["github-actions", "pre-commit", "cargo", "custom.regex"],
|
||||
cargo: {
|
||||
// See https://docs.renovatebot.com/configuration-options/#rangestrategy
|
||||
rangeStrategy: "update-lockfile",
|
||||
|
|
@ -25,13 +25,13 @@
|
|||
{
|
||||
// Disable updates of `zip-rs`; intentionally pinned for now due to ownership change
|
||||
// See: https://github.com/astral-sh/uv/issues/3642
|
||||
matchPackagePatterns: ["zip"],
|
||||
matchPackageNames: ["/zip/"],
|
||||
matchManagers: ["cargo"],
|
||||
enabled: false,
|
||||
},
|
||||
{
|
||||
// Create dedicated branches to update references to dependencies in the documentation.
|
||||
matchPaths: ["docs/**/*.md"],
|
||||
matchFileNames: ["docs/**/*.md"],
|
||||
commitMessageTopic: "documentation references to {{{depName}}}",
|
||||
semanticCommitType: "docs",
|
||||
semanticCommitScope: null,
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
groupName: "Artifact GitHub Actions dependencies",
|
||||
matchManagers: ["github-actions"],
|
||||
matchDatasources: ["gitea-tags", "github-tags"],
|
||||
matchPackagePatterns: ["actions/.*-artifact"],
|
||||
matchPackageNames: ["/actions/.*-artifact/"],
|
||||
description: "Weekly update of artifact-related GitHub Actions dependencies",
|
||||
},
|
||||
{
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
// of the PEP 440 and PEP 508 crates, which we vendored and forked.
|
||||
groupName: "pyo3",
|
||||
matchManagers: ["cargo"],
|
||||
matchPackagePatterns: ["pyo3"],
|
||||
matchPackageNames: ["/pyo3/"],
|
||||
description: "Weekly update of pyo3 dependencies",
|
||||
enabled: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue