mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-03-25 06:12:19 +08:00
15 lines
418 B
JSON
15 lines
418 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base", "group:typescript-eslintMonorepo"],
|
|
"labels": ["dependencies"],
|
|
"rangeStrategy": "bump",
|
|
"reviewers": ["borales"],
|
|
"postUpdateOptions": ["yarnDedupeHighest"],
|
|
"packageRules": [
|
|
{
|
|
"matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"],
|
|
"groupName": "GitHub Actions Toolkit"
|
|
}
|
|
]
|
|
}
|