From fb734cb9c9eba000717a5ef9f0c0dcbc7c90b263 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:31:18 +0200 Subject: [PATCH] fix(dependabot): added explicit `patterns` definition for patch group --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74494aecf9..17cc8c80c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,8 @@ updates: patch-dependencies: update-types: - "patch" + patterns: + - "*" commitlint: patterns: - "@commitlint*"