From c2c45520a565288b01ac3dfb75fcfd22a52d3205 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jun 2024 00:01:42 +0000 Subject: [PATCH 1/2] Update ghcr.io/devcontainers/features/git-lfs Docker tag to v1.2.1 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From a97adc66268f46cf5172fa24d8866fd8a63e22d3 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 20 Jun 2024 07:20:36 +0200 Subject: [PATCH 2/2] chore(dependency): group devcontainer packages and update quarterly --- renovate.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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