From a97adc66268f46cf5172fa24d8866fd8a63e22d3 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 20 Jun 2024 07:20:36 +0200 Subject: [PATCH] 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