BasicOIDC/renovate.json
Pierre Hubert 0c83571e6d
All checks were successful
continuous-integration/drone/push Build is passing
Update renovate.json
2024-04-05 17:26:13 +00:00

10 lines
185 B
JSON

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