mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 08:19:04 +01:00
Merge pull request 'Update ghcr.io/devcontainers/features/git-lfs Docker tag to v1.2.1' (#4191) from renovate/ghcr.io-devcontainers-features-git-lfs-1.x into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4191 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
7b23019040
2 changed files with 11 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
"ghcr.io/devcontainers/features/node:1": {
|
"ghcr.io/devcontainers/features/node:1": {
|
||||||
"version": "20"
|
"version": "20"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/git-lfs:1.2.0": {},
|
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
|
||||||
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
|
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
|
||||||
"ghcr.io/devcontainers/features/python:1": {
|
"ghcr.io/devcontainers/features/python:1": {
|
||||||
"version": "3.12"
|
"version": "3.12"
|
||||||
|
|
|
@ -60,6 +60,16 @@
|
||||||
],
|
],
|
||||||
"extends": ["schedule:quarterly"]
|
"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",
|
"description": "Group golang packages",
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
|
@ -147,8 +157,6 @@
|
||||||
"@playwright/",
|
"@playwright/",
|
||||||
"@stoplight/spectral-cli",
|
"@stoplight/spectral-cli",
|
||||||
"@stylistic/",
|
"@stylistic/",
|
||||||
"ghcr.io/devcontainers/features/",
|
|
||||||
"ghcr.io/devcontainers-contrib/features/",
|
|
||||||
"mcr.microsoft.com/devcontainers/"
|
"mcr.microsoft.com/devcontainers/"
|
||||||
],
|
],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
|
|
Loading…
Reference in a new issue