actions-yarn/.github/renovate.json
2022-11-27 16:22:16 +01:00

14 lines
372 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:typescript-eslintMonorepo"],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"reviewers": ["borales"],
"packageRules": [
{
"matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"],
"groupName": "GitHub Actions Toolkit"
}
]
}