caching-proxy/renovate.json
Finn d310410314
All checks were successful
/ build-container (push) Successful in 1m7s
fix container image publishing + renovate automerge
2024-09-13 13:18:45 -07:00

9 lines
176 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}