From 5c0750eb6444c7ba7782b5c7f60c3ccfc30b484f Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Wed, 4 Dec 2024 16:36:20 -0500 Subject: [PATCH] chore(ci): allow all dep types (#1174) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02b058d15..24bb66133 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: "cargo" directory: "/" + allow: + - dependency-type: "all" schedule: interval: "weekly" time: "04:00" # UTC