basic-jwt/renovate.json
Pierre HUBERT 9f56be95de
All checks were successful
continuous-integration/drone/push Build is passing
Add Renovate configuration
2024-04-20 13:24:36 +02:00

11 lines
186 B
JSON

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