From 55b8ae928ff502c24ab538a785084ee4f38208d8 Mon Sep 17 00:00:00 2001 From: mcarbonne <46689813+mcarbonne@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:38:33 +0100 Subject: [PATCH] update depandabot: group + enable for github actions --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3bcdef..37ee3a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,15 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + all: + patterns: + - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*"