From: Yamagishi Kazutoshi Date: Tue, 6 Oct 2020 17:16:30 +0000 (+0900) Subject: Exclude dependency updates other than direct dependencies (#14944) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=da10c5c707c4b886ef151b55080562356b1f417e;p=mastodon.git Exclude dependency updates other than direct dependencies (#14944) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b47350a4..c4cd48878 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: interval: weekly open-pull-requests-limit: 99 allow: - - dependency-type: all + - dependency-type: direct - package-ecosystem: bundler directory: "/" @@ -19,4 +19,4 @@ updates: interval: weekly open-pull-requests-limit: 99 allow: - - dependency-type: all + - dependency-type: direct