From a632ff52413563f17125c6c2b6d55fe1843c9ac8 Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Thu, 22 May 2025 12:38:48 +0200 Subject: [PATCH] fix: allow to update indirect dependencies --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce0d678d1..071ccda87 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,8 @@ updates: all: patterns: - "*" + allow: + - dependency-type: all - package-ecosystem: "github-actions" directory: "/"