diff --git a/.github/renovate.json b/.github/renovate.json index db966d4..7711a2e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,17 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", "group:typescript-eslintMonorepo"], - "labels": ["dependencies"], - "rangeStrategy": "bump", - "reviewers": ["borales"], - "postUpdateOptions": ["yarnDedupeHighest"], + "extends": ["github>Borales/renovate-config"], "packageRules": [ { "groupName": "GitHub Actions Toolkit", "matchSourceUrls": ["https://github.com/actions/toolkit{/,}**"] } - ], - "nvm": { - "enabled": false - } + ] }