From b98903cff8105c3ff8dd3a56cff183cf940a3d4a Mon Sep 17 00:00:00 2001 From: Shlee Date: Thu, 2 Jul 2020 20:28:40 +0800 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f04934..db1666d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,5 +2,6 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values directory: "/" # Location of package manifests + open-pull-requests-limit: 50 schedule: interval: "weekly"