From 0dbbb1419a680659a6cf19aaebcbd20cc528f2fd Mon Sep 17 00:00:00 2001 From: Sebastien Lebreton Date: Mon, 3 Jun 2024 08:12:42 +0200 Subject: [PATCH 1/2] Dependabot --- .github/dependabot.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 398c0689..79f0b50a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ +--- version: 2 -updates: - — package-ecosystem: "nuget" - directory: "/src" - interval: "daily" +updates: + - package-ecosystem: "github-actions" + directory: "/.github" + schedule: + interval: "weekly" + - package-ecosystem: "nuget" + directory: "/src" + schedule: + interval: "weekly" From 2698f7a967127f5a8875232da3fd190e5cfcc228 Mon Sep 17 00:00:00 2001 From: Sebastien Lebreton Date: Mon, 3 Jun 2024 10:32:40 +0200 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79f0b50a..7280baed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,14 @@ updates: directory: "/src" schedule: interval: "weekly" + groups: + roslyn: + patterns: + - "Microsoft.CodeAnalysis*" + vssdk: + patterns: + - "Microsoft.VisualStudio*" + - "Microsoft.VSSDK*" + tests: + patterns: + - "xunit*"