From 50ee4b6b48d011da618d0afd7d70a926d546e39d Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Wed, 4 Dec 2024 16:29:17 -0500 Subject: [PATCH] chore(ci): dependabot allow all dep types --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a8092f775b30..f0cf25be2369d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: "daily" time: "04:00" # UTC + allow: + - dependency-type: "all" labels: - "domain: deps" - "no-changelog"