oidc-test-client/renovate.json
Pierre Hubert f2c8346406
All checks were successful
continuous-integration/drone/push Build is passing
Enable auto-merge of Renovate PR
2023-07-07 15:52:20 +00:00

9 lines
175 B
JSON

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