From dfe8ba2c8f376c0e75ae71e14ec64384a6412f23 Mon Sep 17 00:00:00 2001 From: arenekosreal <17194552+arenekosreal@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:51:51 +0800 Subject: [PATCH] Update dependabot config --- .github/dependabot.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 15ebdcc..948f74e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,15 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + mstest: + applies-to: "version-updates" + patterns: + - "MSTest.*" + ignore: + - dependency-name: "Microsoft.CodeAnalysis.*" + update-types: + - "version-update:semver-minor" - package-ecosystem: "github-actions" directory: "/"