mirror of
https://github.com/creyD/apilog.git
synced 2026-04-12 11:20:29 +02:00
13 lines
350 B
JSON
13 lines
350 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":semanticCommitTypeAll(feat)"],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"description": "Automerge non-major updates",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automergeType": "branch"
|
|
}
|
|
]
|
|
}
|