mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Merge pull request 'chore(renovate): better linter and postcss grouping' (#5026) from viceice/forgejo:chore/renovate/grouping into forgejo
Some checks failed
/ release (push) Has been cancelled
testing / backend-checks (push) Has been cancelled
testing / frontend-checks (push) Has been cancelled
testing / test-unit (push) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (push) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (push) Has been cancelled
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (push) Has been cancelled
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (push) Has been cancelled
testing / test-mysql (push) Has been cancelled
testing / test-pgsql (push) Has been cancelled
testing / test-sqlite (push) Has been cancelled
testing / security-check (push) Has been cancelled
Some checks failed
/ release (push) Has been cancelled
testing / backend-checks (push) Has been cancelled
testing / frontend-checks (push) Has been cancelled
testing / test-unit (push) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (push) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (push) Has been cancelled
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (push) Has been cancelled
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (push) Has been cancelled
testing / test-mysql (push) Has been cancelled
testing / test-pgsql (push) Has been cancelled
testing / test-sqlite (push) Has been cancelled
testing / security-check (push) Has been cancelled
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…
Reference in a new issue