From c829fdb83e18b57c8e58f37d3c34cc1d7e06ef89 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Wed, 28 Feb 2024 09:08:50 -0800 Subject: [PATCH] Try allowing only "direct" dependency types I think this is ok since dependencies are handled by pip-sync? --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 834f348a..d0ab4b37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,8 +16,7 @@ updates: schedule: interval: "daily" allow: - # Allow both direct and indirect updates for all packages - - dependency-type: "all" + - dependency-type: "direct" # Allow up to 10 dependencies for pip dependencies open-pull-requests-limit: 20