]> cat aescling's git repositories - mastodon.git/commitdiff
Exclude dependency updates other than direct dependencies (#14944)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Tue, 6 Oct 2020 17:16:30 +0000 (02:16 +0900)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 17:16:30 +0000 (19:16 +0200)
.github/dependabot.yml

index 6b47350a4dd29ee794229388e143be64fd3db9f8..c4cd4887876a0d6ab75f446742300532e8b9ce9e 100644 (file)
@@ -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