mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-03-07 01:12:16 +08:00
18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "group:typescript-eslintMonorepo"],
|
|
"labels": ["dependencies"],
|
|
"rangeStrategy": "bump",
|
|
"reviewers": ["borales"],
|
|
"postUpdateOptions": ["yarnDedupeHighest"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "GitHub Actions Toolkit",
|
|
"matchSourceUrls": ["https://github.com/actions/toolkit{/,}**"]
|
|
}
|
|
],
|
|
"nvm": {
|
|
"enabled": false
|
|
}
|
|
}
|