Files
renovate-config/workflow-deps.json
daanselen d570dbf41f
renovate / renovate (push) Failing after 19s
feat: init commit
2026-06-05 20:26:49 +02:00

13 lines
239 B
JSON

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