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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.github/renovate.json vendored
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
}
]
}