renovate-config/workflow-deps.json

13 lines
241 B
JSON
Raw Permalink Normal View History

2024-05-30 22:36:14 +02:00
{
2024-05-30 22:40:07 +02:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"github-actions": {
"enabled": true
},
"packageRules": [
{
"groupName": "workflow dependencies",
"matchManagers": ["github-actions"]
}
]
}
2024-05-30 22:36:14 +02:00