From 7860d3e893699aa04d7f6af81132fd5598d6298e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:01:09 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": {