SeaBattle/renovate.json

11 lines
236 B
JSON
Raw Permalink Normal View History

2022-10-16 00:33:30 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-07-06 17:11:22 +00:00
"ignorePaths": ["**/flutter/**", "**/react/**"],
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch"],
2023-07-06 17:11:22 +00:00
"automerge": true
}
]
2022-10-16 00:33:30 +00:00
}