From b175fcf903473d0c99fbeec9bc02bca918309edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Thu, 28 Jul 2022 18:10:09 +0200 Subject: [PATCH] Only trigger dependabot for direct dependencies --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3504924f..46c7d70a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,6 @@ updates: directory: "/" schedule: interval: daily - allow: - - dependency-type: all open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/"