SeaBattle/renovate.json
Pierre Hubert 7b4812789c
All checks were successful
continuous-integration/drone/push Build is passing
Allow Renovate to perform major updates
2024-01-03 10:05:13 +00:00

11 lines
236 B
JSON

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