Migrate config .github/renovate.json

This commit is contained in:
renovate[bot] 2024-12-09 17:01:09 +00:00 committed by GitHub
parent 726692d6eb
commit 7860d3e893
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {