mirror of https://github.com/astral-sh/ruff
Migrate renovate config (#15228)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
This commit is contained in:
parent
7671a3bbc7
commit
2327082c43
|
|
@ -45,7 +45,7 @@
|
||||||
groupName: "Artifact GitHub Actions dependencies",
|
groupName: "Artifact GitHub Actions dependencies",
|
||||||
matchManagers: ["github-actions"],
|
matchManagers: ["github-actions"],
|
||||||
matchDatasources: ["gitea-tags", "github-tags"],
|
matchDatasources: ["gitea-tags", "github-tags"],
|
||||||
matchPackagePatterns: ["actions/.*-artifact"],
|
matchPackageNames: ["actions/.*-artifact"],
|
||||||
description: "Weekly update of artifact-related GitHub Actions dependencies",
|
description: "Weekly update of artifact-related GitHub Actions dependencies",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -61,7 +61,7 @@
|
||||||
{
|
{
|
||||||
// Disable updates of `zip-rs`; intentionally pinned for now due to ownership change
|
// Disable updates of `zip-rs`; intentionally pinned for now due to ownership change
|
||||||
// See: https://github.com/astral-sh/uv/issues/3642
|
// See: https://github.com/astral-sh/uv/issues/3642
|
||||||
matchPackagePatterns: ["zip"],
|
matchPackageNames: ["zip"],
|
||||||
matchManagers: ["cargo"],
|
matchManagers: ["cargo"],
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
// with `mkdocs-material-insider`.
|
// with `mkdocs-material-insider`.
|
||||||
// See: https://squidfunk.github.io/mkdocs-material/insiders/upgrade/
|
// See: https://squidfunk.github.io/mkdocs-material/insiders/upgrade/
|
||||||
matchManagers: ["pip_requirements"],
|
matchManagers: ["pip_requirements"],
|
||||||
matchPackagePatterns: ["mkdocs-material"],
|
matchPackageNames: ["mkdocs-material"],
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -87,13 +87,13 @@
|
||||||
{
|
{
|
||||||
groupName: "Monaco",
|
groupName: "Monaco",
|
||||||
matchManagers: ["npm"],
|
matchManagers: ["npm"],
|
||||||
matchPackagePatterns: ["monaco"],
|
matchPackageNames: ["monaco"],
|
||||||
description: "Weekly update of the Monaco editor",
|
description: "Weekly update of the Monaco editor",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
groupName: "strum",
|
groupName: "strum",
|
||||||
matchManagers: ["cargo"],
|
matchManagers: ["cargo"],
|
||||||
matchPackagePatterns: ["strum"],
|
matchPackageNames: ["strum"],
|
||||||
description: "Weekly update of strum dependencies",
|
description: "Weekly update of strum dependencies",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue