diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d226b6334..13efb2da5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,34 +1,4 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", - extends: [ - "config:recommended", - ":approveMajorUpdates", - ":semanticCommitScopeDisabled", - ], - ignorePresets: [":semanticPrefixFixDepsChoreOthers"], - labels: ["dependencies"], - - // Wait well over npm's three day window for any new package as a precaution against malicious publishes - // https://docs.npmjs.com/policies/unpublish/#packages-published-less-than-72-hours-ago - minimumReleaseAge: "7 days", - - packageRules: [ - { - description: "Use the deps:actions label for github-action manager updates (this means Renovate's github-action manager).", - addLabels: ["deps:actions"], - matchManagers: ["github-actions"], - }, - { - description: "Use the deps:npm label for npm manager packages (this means Renovate's npm manager).", - addLabels: ["deps:npm"], - matchManagers: ["npm"], - }, - { - description: "Update ESLint packages together.", - groupName: "eslint", - matchPackagePrefixes: ["@eslint/"], - matchPackageNames: ["eslint", "eslint-config-eslint", "espree"], - minimumReleaseAge: null, // Don't wait for these packages - }, - ], + extends: ["github>eslint/workflows//.github/renovate/eslint-base.json5"], }