Files
renovate-configs/action.json
t.behrendt a1ef75fcea
Some checks failed
CI / build (pull_request) Failing after 31s
sync
2025-10-08 15:41:16 +02:00

15 lines
227 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchManagers": [
"github-actions"
],
"addLabels": [
"deps",
"action"
]
}
]
}