journal-bot/renovate.json
Remy Moll d8407bac65
All checks were successful
continuous-integration/drone/push Build is passing
Update renovate.json
2024-03-12 20:41:31 +00:00

13 lines
286 B
JSON

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