From 38f0697e1e2892b0c135422b53dde1764c5e41dc Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Tue, 30 Jul 2024 15:00:54 -0400 Subject: dependabot.yml: Reduce pull requests to security updates only --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73cdd92..1555598 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,9 @@ updates: schedule: day: "saturday" interval: "weekly" + open-pull-requests-limit: 0 - package-ecosystem: "github-actions" directory: "/" schedule: day: "saturday" - interval: "weekly" \ No newline at end of file + interval: "weekly" -- cgit