renovate-config/renovate.json

26 lines
798 B
JSON
Raw Normal View History

2024-05-15 08:59:54 -05:00
{
"$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
2024-05-15 08:59:54 -05:00
},
{
"description": "Update renovate only daily",
"matchDepNames": ["ghcr.io/renovatebot/renovate"],
"extends": ["schedule:daily"]
}
]
}