diff --git a/.github/renovate.json5 b/.github/renovate.json5 index eb15fa0792..449ea573f0 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,12 +2,11 @@ $schema: "https://docs.renovatebot.com/renovate-schema.json", dependencyDashboard: true, suppressNotifications: ["prEditedNotification"], - extends: ["config:recommended"], + extends: ["github>astral-sh/renovate-config"], labels: ["internal"], schedule: ["before 4am on Monday"], semanticCommits: "disabled", separateMajorMinor: false, - prHourlyLimit: 10, enabledManagers: ["github-actions", "pre-commit", "cargo", "pep621", "pip_requirements", "npm"], cargo: { // See https://docs.renovatebot.com/configuration-options/#rangestrategy @@ -16,7 +15,7 @@ pep621: { // The default for this package manager is to only search for `pyproject.toml` files // found at the repository root: https://docs.renovatebot.com/modules/manager/pep621/#file-matching - fileMatch: ["^(python|scripts)/.*pyproject\\.toml$"], + managerFilePatterns: ["^(python|scripts)/.*pyproject\\.toml$"], }, pip_requirements: { // The default for this package manager is to run on all requirements.txt files: @@ -34,7 +33,7 @@ npm: { // The default for this package manager is to only search for `package.json` files // found at the repository root: https://docs.renovatebot.com/modules/manager/npm/#file-matching - fileMatch: ["^playground/.*package\\.json$"], + managerFilePatterns: ["^playground/.*package\\.json$"], }, "pre-commit": { enabled: true,