From 99bc445fe2bed99781e6536db9f8cb9146fb63d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Thu, 16 Jul 2026 22:10:50 +0200 Subject: [PATCH] Add GitHub Actions group to Dependabot config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: James Pether Sörling --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 306c8b284e..295d6eb5c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,6 +28,16 @@ updates: cooldown: default-days: 1 exclude: ["*"] + groups: + github-actions: + patterns: + - "*" + update-types: + - "minor" + - "patch" + labels: + - "dependencies" + - "github-actions" - package-ecosystem: docker directory: /.devcontainer