tcp-over-http/renovate.json
Pierre Hubert 8a5cc2952f
All checks were successful
continuous-integration/drone/push Build is passing
Allow Renovate to perform major updates
2024-01-03 10:04:48 +00:00

10 lines
185 B
JSON

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