From 25e170a0b7fef7f8470c8c7d07ae442f9d53393a Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 18 Mar 2024 07:53:04 +0300 Subject: [PATCH] Group updates for team foundation separately --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 36e48d6..975d90d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,15 @@ updates: patterns: ["Tingle.EventBus.*"] microsoft: patterns: ["Microsoft.*"] + exclude-patterns: + - "Microsoft.TeamFoundationServer.*" + - "Microsoft.TeamFoundation.*" system: patterns: ["System.*"] + team-foundation: + patterns: + - "Microsoft.TeamFoundationServer.*" + - "Microsoft.TeamFoundation.*" tingle: patterns: - "Tingle.AspNetCore.*"