From dedbbdd5de959014656e3437d1cb53eb0d7118e5 Mon Sep 17 00:00:00 2001 From: Kat Stevens Date: Thu, 28 Sep 2023 15:13:05 +0100 Subject: [PATCH] PP-11138: Set npm and Github Actions dependencies to security updates only --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ce017f10b..7cfa24e5c3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly time: "03:00" - open-pull-requests-limit: 10 + open-pull-requests-limit: 0 labels: - dependencies - govuk-pay @@ -41,7 +41,7 @@ updates: schedule: interval: daily time: "03:00" - open-pull-requests-limit: 10 + open-pull-requests-limit: 0 labels: - dependencies - govuk-pay