chore(renovate): better linter and postcss grouping

This commit is contained in:
Michael Kriese 2024-08-20 08:14:08 +02:00
parent 027a2fb0a4
commit bf609ce874
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -4,8 +4,6 @@
"config:best-practices",
":approveMajorUpdates",
":maintainLockFilesWeekly",
"group:postcss",
"group:linters",
"schedule:daily",
"schedule:automergeDaily",
"local>forgejo-contrib/forgejo-renovate//go.json"
@ -125,6 +123,18 @@
"golang.org/x/tools{/,}**"
]
},
{
"description": "Group linter minor and patch updates",
"extends": ["packages:linters"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "linters"
},
{
"description": "Group postcss minor and patch updates",
"extends": ["packages:postcss"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "postcss"
},
{
"description": "Split minor and patch updates",
"matchDepNames": [