From 2440dc6dac97471cb4d797144d65f4b68742ad74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Tue, 17 Dec 2024 20:51:06 +0100 Subject: [PATCH] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a703c2..84aa6ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -44,6 +44,10 @@ updates: testcontainers: patterns: - "testcontainers*" + tunit: + patterns: + - "tunit" + - "tunit*" verify: patterns: - "verify*"