From f9e36c7c0bcc5967f0373263caed90c9d6c8bb6a Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Mon, 8 Jan 2024 09:27:24 -0600 Subject: [PATCH] allow Dependabot to update indirect packages (#221) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5d126a9..cc57291 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,9 @@ updates: interval: "weekly" day: "sunday" time: "16:00" + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: "all" groups: docker: patterns: