mirror of
https://github.com/skoelle/kctl-tui.git
synced 2026-09-17 20:10:24 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"schedule": ["before 6am on Monday"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "GitHub Actions",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["major"],
|
|
"groupName": "GitHub Actions (major)",
|
|
"labels": ["major-update"],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "Go dependencies",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["major"],
|
|
"groupName": "Go dependencies (major)",
|
|
"labels": ["major-update"],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"labels": ["major-update"],
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|