1
0
Fork 0
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:
Michael Kriese 2024-08-01 08:47:46 +02:00
parent 106453b7fe
commit a0279f62c1
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
2 changed files with 5 additions and 9 deletions

View file

@ -11,7 +11,7 @@
"ghcr.io/renovatebot/renovate"
],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(deps)!",
"commitMessagePrefix": "feat(deps)!:",
"automergeType": "pr"
},
{

View file

@ -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"
}
]
},