From 697703c4b687df735a4aad5272c7c4eacc5027b5 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 2 Jun 2026 09:06:09 +0100 Subject: [PATCH] dependabot updates --- .github/dependabot.yml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 35484218..c6695bb2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,19 @@ version: 2 + updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: "nuget" + directory: "/" schedule: interval: "weekly" - - package-ecosystem: "nuget" - directory: "/" # change to "/src/YourProject" if .csproj files are in subfolders - schedule: - interval: "weekly" - open-pull-requests-limit: 5 - # optional: target-branch: "master" + open-pull-requests-limit: 2 + + groups: + all-dependencies: + patterns: + - "*" + + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major"