wedding-planner-frontend/renovate.json

11 lines
243 B
JSON
Raw Normal View History

2024-08-11 14:02:08 +00:00
{
2024-08-11 14:16:55 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}