diff --git a/renovate.json b/renovate.json index 46846a9..8c3bf93 100644 --- a/renovate.json +++ b/renovate.json @@ -1,28 +1,31 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", "github>siteimprove/alfa//config/alfa-renovate"], + "extends": [ + "config:recommended", + "github>siteimprove/alfa//config/alfa-renovate" + ], "packageRules": [ { "description": "We currently ignore all other deps due to long time without update.", "groupName": "Ignored deps", - "matchPackagePatterns": ["*"], - "excludePackagePrefixes": [ - "@siteimprove/alfa", - "@types/chai", - "@types/mocha", - "@types/node", - "chai", - "cypress", - "eslint", - "knip", - "mocha", - "playwright", - "prettier", - "puppeteer", - "typescript", - "vite" - ], - "enabled": false + "enabled": false, + "matchPackageNames": [ + "*", + "!@siteimprove/alfa{/,}**", + "!@types/chai{/,}**", + "!@types/mocha{/,}**", + "!@types/node{/,}**", + "!chai{/,}**", + "!cypress{/,}**", + "!eslint{/,}**", + "!knip{/,}**", + "!mocha{/,}**", + "!playwright{/,}**", + "!prettier{/,}**", + "!puppeteer{/,}**", + "!typescript{/,}**", + "!vite{/,}**" + ] } ] }