renovate-config/renovate.json

23 lines
549 B
JSON
Raw Normal View History

2024-05-21 22:07:36 +00:00
{
2024-05-26 20:20:02 +00:00
"extends": ["homelab/renovate-config"],
"dependencyDashboard": true,
"enabledManagers": [
"github-actions"
2024-05-21 22:07:36 +00:00
],
2024-05-26 20:20:02 +00:00
"automerge": true,
"ignoreTests": true,
2024-05-21 22:07:36 +00:00
"packageRules": [
{
2024-05-26 20:20:02 +00:00
"description": "use fix scope for renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"semanticCommitType": "fix"
},
{
"description": "Automerge renovate updates",
"matchPackageNames": ["renovatebot/renovate"],
"matchUpdateTypes": ["minor", "patch", "digest"],
2024-05-21 22:07:36 +00:00
"automerge": true
}
]
}