Update renovate.json

This commit is contained in:
Oleksandr Bordun
2025-05-07 19:45:37 +02:00
committed by GitHub
parent b984bd5152
commit cdeb70e99f
+2 -9
View File
@@ -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
}
]
}