mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-03-03 14:52:16 +08:00
11 lines
270 B
JSON
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{/,}**"]
|
|
}
|
|
]
|
|
}
|