renovate-config/workflow-deps.json
2024-05-30 22:40:07 +02:00

13 lines
No EOL
241 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"github-actions": {
"enabled": true
},
"packageRules": [
{
"groupName": "workflow dependencies",
"matchManagers": ["github-actions"]
}
]
}