Merge pull request 'chore(renovate): better linter and postcss grouping' (#5026) from viceice/forgejo:chore/renovate/grouping into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5026
This commit is contained in:
commit
0d45ed0faa
1 changed files with 12 additions and 2 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue