From b993766e3f0dcbfee8a35dde89fafa0227172d3d Mon Sep 17 00:00:00 2001 From: Ron Kuris Date: Thu, 17 Aug 2023 16:49:46 +0000 Subject: [PATCH] Add all dependendencies to dependabot config --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c707b8e8..80cf2aec8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,5 @@ updates: time: "05:00" timezone: America/Los_Angeles open-pull-requests-limit: 10 + allow: + dependency-type: all