From 2a1fb53f68407c546394e537f974fe72bb5d9f35 Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Thu, 29 Jul 2021 17:47:33 -0400 Subject: [PATCH] Add default `open-pull-requests-limit` for all updates Using the default value just to start with. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25d528ff1..edce1e3cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,27 @@ version: 2 updates: - package-ecosystem: gomod + open-pull-requests-limit: 5 directory: "/" schedule: interval: daily - package-ecosystem: gomod + open-pull-requests-limit: 5 directory: "/api" schedule: interval: daily - package-ecosystem: gomod + open-pull-requests-limit: 5 directory: "/sdk" schedule: interval: daily - package-ecosystem: npm + open-pull-requests-limit: 5 directory: "/ui" schedule: interval: daily - package-ecosystem: npm + open-pull-requests-limit: 5 directory: "/website" schedule: interval: daily \ No newline at end of file