From 22c9e2fe448ee88dc9d75aa02cd9c937d21a06af Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Wed, 7 Oct 2020 15:09:25 -0400 Subject: [PATCH] build: add required fields to dependabot configuration The configuration is currently only used for automated security updates. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae38a95ce17b..3d870a358086 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,14 @@ version: 2 updates: - package-ecosystem: "npm" directory: "/" + schedule: + interval: "daily" commit-message: prefix: "build" labels: - "comp: build & ci" - "PR target: master & patch" - "PR action: merge" + # Disable version updates + # This does not affect security updates + open-pull-requests-limit: 0