From 362b9d55e930bc33bebb52f96c8fca40a1e6e230 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Wed, 14 Oct 2020 08:15:37 -0700 Subject: [PATCH] build: add required fields to dependabot configuration Add the missing schedule and open-pull-request-limits fields to the dependabot configuration. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd6cb8540d84..fd74afd0c83a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,8 @@ version: 2 updates: - package-ecosystem: "npm" directory: "/" + schedule: + interval: "daily" commit-message: prefix: "build" labels: @@ -10,3 +12,4 @@ updates: - "merge ready" - "merge safe" - "target: patch" + open-pull-requests-limit: 5