VirtWebRemote/renovate.json
Pierre HUBERT 256415925d
All checks were successful
continuous-integration/drone/push Build is passing
Add Renovate configuration
2024-05-06 21:33:49 +02:00

9 lines
184 B
JSON

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