tcp-over-http/renovate.json
Pierre Hubert 1d0c3a719c
All checks were successful
continuous-integration/drone/push Build is passing
Enable auto-merge of Renovate PR
2023-07-07 15:49:36 +00:00

10 lines
176 B
JSON

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