ProxySaver/renovate.json
Pierre HUBERT c09bc6fe36
All checks were successful
continuous-integration/drone/push Build is passing
Configure renovate
2025-02-25 11:28:40 +01:00

10 lines
185 B
JSON

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