light-openid/renovate.json
Pierre Hubert ff4a785456
All checks were successful
continuous-integration/drone/push Build is passing
Enable auto-merge of Renovate PR
2023-07-07 15:53:16 +00:00

10 lines
176 B
JSON

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