diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 236bc4722a..73b3dcbd6b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "ghcr.io/devcontainers/features/node:1": { "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/features/python:1": { "version": "3.12" diff --git a/renovate.json b/renovate.json index ef79f8a6b7..9a97b61933 100644 --- a/renovate.json +++ b/renovate.json @@ -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