journal-bot/renovate.json
2023-12-11 16:12:51 +00:00

12 lines
253 B
JSON

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