mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-14 05:01:13 +00:00
chore(renovate): better linter and postcss grouping
This commit is contained in:
parent
027a2fb0a4
commit
bf609ce874
1 changed files with 12 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
||||||
"config:best-practices",
|
"config:best-practices",
|
||||||
":approveMajorUpdates",
|
":approveMajorUpdates",
|
||||||
":maintainLockFilesWeekly",
|
":maintainLockFilesWeekly",
|
||||||
"group:postcss",
|
|
||||||
"group:linters",
|
|
||||||
"schedule:daily",
|
"schedule:daily",
|
||||||
"schedule:automergeDaily",
|
"schedule:automergeDaily",
|
||||||
"local>forgejo-contrib/forgejo-renovate//go.json"
|
"local>forgejo-contrib/forgejo-renovate//go.json"
|
||||||
|
@ -125,6 +123,18 @@
|
||||||
"golang.org/x/tools{/,}**"
|
"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",
|
"description": "Split minor and patch updates",
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
|
|
Loading…
Reference in a new issue