diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fbc1e95802..c4dfbeec13 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -45,7 +45,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", }, { @@ -61,7 +61,7 @@ { // 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, }, @@ -70,7 +70,7 @@ // with `mkdocs-material-insider`. // See: https://squidfunk.github.io/mkdocs-material/insiders/upgrade/ matchManagers: ["pip_requirements"], - matchPackagePatterns: ["mkdocs-material"], + matchPackageNames: ["mkdocs-material"], enabled: false, }, { @@ -87,13 +87,13 @@ { groupName: "Monaco", matchManagers: ["npm"], - matchPackagePatterns: ["monaco"], + matchPackageNames: ["monaco"], description: "Weekly update of the Monaco editor", }, { groupName: "strum", matchManagers: ["cargo"], - matchPackagePatterns: ["strum"], + matchPackageNames: ["strum"], description: "Weekly update of strum dependencies", }, {