chore(renovate): add group name for ci values and disable major updates

This commit is contained in:
Michael Kriese 2024-07-25 14:48:52 +02:00
parent f28c42c1a6
commit ec19ba4bee
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -92,8 +92,15 @@
"additionalBranchPrefix": "ci-forgejo-",
"semanticCommitType": "ci",
"semanticCommitScope": "forgejo",
"groupName": "ci-forgejo",
"extends": ["schedule:daily"]
},
{
"description": "Disable major updates for forgejo ci tests",
"matchFileNames": ["ci/*.yml"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"description": "branch automerge not possible",
"matchPackagePatterns": [".+"],