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*"]