From a0b65a3e4e148174f6fd940feaa1e3e6fa8792bb Mon Sep 17 00:00:00 2001 From: Steven Bouwkamp Date: Fri, 17 Oct 2025 14:11:21 -0400 Subject: [PATCH] Limit the integrations to only 1 open PR --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c2913093423f..0ef6a304673c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,7 @@ updates: - package-ecosystem: "nuget" directory: "/tracer/dependabot/integrations" registries: "*" + open-pull-requests-limit: 1 schedule: interval: "daily" labels: