From 0aff4eb3b4c5c4bcec611ea5ad231137bb66507e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Thu, 9 Feb 2023 16:18:14 +0000 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 539359c..9761d6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + allow: + # Allow only direct dependencies + - dependency-type: "direct"