Byparr/renovate.json

11 lines
213 B
JSON
Raw Normal View History

2024-11-28 12:27:27 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-11-28 12:33:04 +00:00
"extends": ["config:recommended"],
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": ["minor", "patch"]
}
2024-11-30 12:59:00 +00:00
]
2024-11-28 12:27:27 +00:00
}