actions-yarn/.github/renovate.json
2025-05-07 19:45:37 +02:00

11 lines
270 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>Borales/renovate-config"],
"packageRules": [
{
"groupName": "GitHub Actions Toolkit",
"matchSourceUrls": ["https://github.com/actions/toolkit{/,}**"]
}
]
}