wedding-planner/renovate.json
bustikiller 32d796aa30
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 3m17s
Update renovate.json
2024-08-10 08:28:09 +00:00

11 lines
243 B
JSON

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