From 55657da452f23318334773b497d3fc6c0fc20918 Mon Sep 17 00:00:00 2001 From: Espen Albert Date: Tue, 24 Feb 2026 09:30:28 +0000 Subject: [PATCH] chore(deps): allow dependabot to update indirect go dependencies Co-authored-by: Cursor --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f66619073..914fb3abe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: weekly day: sunday + allow: + - dependency-type: "all" commit-message: prefix: "chore" - package-ecosystem: github-actions