From 76fd2a585fecdf165ccb29a0ff89de45cb579f82 Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Sun, 20 Oct 2024 15:53:34 +0200 Subject: [PATCH] chore(ci): Explicit allow all for dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a42db8d..e5d54bfa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + allow: + - dependency-type: "all" groups: dev-dependencies: dependency-type: "development"