26 lines
No EOL
800 B
JSON
26 lines
No EOL
800 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:best-practices"],
|
|
"semanticCommits": "enabled",
|
|
"assignees": ["jahanson"],
|
|
"packageRules": [
|
|
{
|
|
"description": "use fix scope for renovate updates",
|
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
|
"semanticCommitType": "fix"
|
|
},
|
|
{
|
|
"description": "Automerge renovate updates",
|
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
|
"automerge": true,
|
|
"ignoreTests": true
|
|
},
|
|
{
|
|
"description": "Update renovate only daily",
|
|
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
|
|
"extends": ["schedule:daily"]
|
|
}
|
|
]
|
|
}
|
|
|