renovate-config/renovate.json

27 lines
784 B
JSON
Raw Normal View History

2024-05-15 08:59:54 -05:00
{
2024-08-20 23:37:13 -05:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": ["jahanson"],
"extends": ["config:best-practices"],
"semanticCommits": "enabled",
"packageRules": [
{
2025-01-01 10:26:08 -06:00
"description": "Use fix scope for renovate updates",
2024-08-20 23:37:13 -05:00
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"semanticCommitType": "fix"
},
{
"automerge": true,
2025-01-01 10:26:08 -06:00
"automergeType": "branch",
2024-08-20 23:37:13 -05:00
"description": "Automerge renovate updates",
"ignoreTests": true,
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"]
},
{
"description": "Update renovate only daily",
"extends": ["schedule:daily"],
"matchDepNames": ["ghcr.io/renovatebot/renovate"]
}
]
}