From a83555f106d7b313174b4f0a2b6c323d78ad591c Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 3 Jun 2026 10:05:31 -0500 Subject: [PATCH] Add NuGet ecosystem to Dependabot configuration Configures Dependabot to recursively discover and update NuGet package references across all projects in the repo. Updates run weekly and are batched into a single grouped PR to reduce noise. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 869819c81..669a3eaa2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,12 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + nuget-dependencies: + patterns: + - "*"