21 lines
561 B
JSON
21 lines
561 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base"],
|
|
"semanticCommits": "enabled",
|
|
"semanticCommitType": "chore",
|
|
"semanticCommitScope": "deps",
|
|
"platformAutomerge": true,
|
|
"packageRules": [
|
|
{
|
|
"description": "Automerge non-major updates",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"description": "Automerge actions",
|
|
"matchDepTypes": ["action"],
|
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
} |