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:
renovate[bot] 2025-01-02 21:53:45 +00:00 committed by GitHub
parent 7671a3bbc7
commit 2327082c43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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",
}, },
{ {