mirror of
https://gitlab.com/renovate-bot/renovate-runner.git
synced 2025-04-18 06:48:22 +02:00
chore: fix config
BREAKING CHANGE: Update renovate to v38 (renovate-bot/renovate-runner!2863)
This commit is contained in:
parent
106453b7fe
commit
a0279f62c1
2 changed files with 5 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
|||
"ghcr.io/renovatebot/renovate"
|
||||
],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"commitMessagePrefix": "feat(deps)!",
|
||||
"commitMessagePrefix": "feat(deps)!:",
|
||||
"automergeType": "pr"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -16,10 +16,6 @@
|
|||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "feature",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
|
@ -40,10 +36,6 @@
|
|||
"type": "style",
|
||||
"section": "Styles"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"section": "Miscellaneous Chores"
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"section": "Code Refactoring"
|
||||
|
@ -59,6 +51,10 @@
|
|||
{
|
||||
"type": "ci",
|
||||
"section": "Continuous Integration"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"section": "Miscellaneous Chores"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue