From cb012494b207b837f5dc574739611ac4fbbb6d6c Mon Sep 17 00:00:00 2001 From: Mattias Wallander Date: Thu, 25 Sep 2025 09:46:25 +0200 Subject: [PATCH] chore: simplify dependabot allow config --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 041c418..096e740 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,6 +38,3 @@ updates: - "playwright" - "sharp" - "zod" - # Allow both direct and indirect dependency updates - allow: - - dependency-type: "all"