VirtWeb/renovate.json
Pierre Hubert 759a9b2dbf
All checks were successful
continuous-integration/drone/push Build is passing
Configure Renovate (#1)
Reviewed-on: #1
2024-04-05 19:01:01 +00:00

9 lines
184 B
JSON

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