From 25307dfc7c35b8301587ee14e6aeef2a73b94853 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Thu, 2 Nov 2023 09:53:40 -0500 Subject: [PATCH] Remove daily schedule so it only gets triggered by security alerts (#14871) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfdb88bf98..217ab2c19b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: directory: "/" schedule: interval: "daily" + # Disable version updates for github-actions dependencies + open-pull-requests-limit: 0 pull-request-branch-name: # Default is "/" which makes "docker tag" fail with # "not a valid repository/tag: invalid reference format". @@ -21,6 +23,8 @@ updates: directory: "/" schedule: interval: "daily" + # Disable version updates for docker dependencies + open-pull-requests-limit: 0 reviewers: - "fleetdm/go" - "fleetdm/infra"