From 6dc2b9aee5f464b419c3818d077e4cbf5f817fd8 Mon Sep 17 00:00:00 2001 From: rettigl Date: Sun, 22 Oct 2023 22:22:09 +0200 Subject: [PATCH] add wildcard pattern again --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 719787f2..2e17b3fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,6 @@ updates: - dependency-type: "all" versioning-strategy: "lockfile-only" groups: - dependencies: \ No newline at end of file + dependencies: + patterns: + - "*" \ No newline at end of file