From 9e724675b3cd81bb5d02c6a4de528c0e50a7cbbb Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 19 Feb 2024 09:16:03 +0300 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cef6cd1b..caf1c137 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -46,13 +46,13 @@ updates: event-bus: patterns: ["Tingle.EventBus*"] microsoft: - patterns: ["Microsoft.*"] + patterns: ["Microsoft*"] system: - patterns: ["System.*"] + patterns: ["System*"] tingle: patterns: - - "Tingle.AspNetCore.*" - - "Tingle.Extensions.*" + - "Tingle.AspNetCore*" + - "Tingle.Extensions*" xunit: patterns: ["Xunit*"]