GeneIT/renovate.json
Pierre Hubert 1f5e47e7f7
All checks were successful
continuous-integration/drone/push Build is passing
Configure Renovate (#1)
2023-08-25 06:15:11 +00:00

10 lines
176 B
JSON

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