From e8db09d6924ace148165817bd0053aa283056be9 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 24 Oct 2023 08:29:40 +0100 Subject: [PATCH] chore: Limit dependabot.yml to security bumps Signed-off-by: Gordon Smith --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 532d68f994..7f20a8e94b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: interval: "daily" commit-message: prefix: "[actions]" + open-pull-requests-limit: 0 - package-ecosystem: "gitsubmodule" directory: "/" @@ -13,6 +14,7 @@ updates: interval: "daily" commit-message: prefix: "[submodule]" + open-pull-requests-limit: 0 - package-ecosystem: "npm" directory: "/" @@ -20,3 +22,4 @@ updates: interval: "daily" commit-message: prefix: "[npm]" + open-pull-requests-limit: 0