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