From e121dc052a956e532b24ef7f87a9a5f39e226097 Mon Sep 17 00:00:00 2001 From: Stephen Buttolph Date: Mon, 22 Jan 2024 19:02:58 -0500 Subject: [PATCH] Disable non-security related dependabot PRs (#2647) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b444581e62d0..3570d9fcf2d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 0 # Disable non-security version updates