mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 16:14:30 +00:00
chore(dependency): group devcontainer packages and update quarterly
This commit is contained in:
parent
c2c45520a5
commit
a97adc6626
|
@ -60,6 +60,16 @@
|
|||
],
|
||||
"extends": ["schedule:quarterly"]
|
||||
},
|
||||
{
|
||||
"description": "devcontainer is an optional tool used by some Forgejo contributors when working on the codebase",
|
||||
"matchPackagePrefixes": [
|
||||
"ghcr.io/devcontainers/features/",
|
||||
"ghcr.io/devcontainers-contrib/features/"
|
||||
],
|
||||
"groupName": "devcontainer packages",
|
||||
"extends": ["schedule:quarterly"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"description": "Group golang packages",
|
||||
"matchDepNames": [
|
||||
|
@ -147,8 +157,6 @@
|
|||
"@playwright/",
|
||||
"@stoplight/spectral-cli",
|
||||
"@stylistic/",
|
||||
"ghcr.io/devcontainers/features/",
|
||||
"ghcr.io/devcontainers-contrib/features/",
|
||||
"mcr.microsoft.com/devcontainers/"
|
||||
],
|
||||
"automerge": true
|
||||
|
|
Loading…
Reference in a new issue