From 705a5d73ebd95eff29e2ca0109e2fb51a69ebc2e Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:30:56 +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 42c4689c68..d66f110b98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -88,6 +88,8 @@ updates: patch-dependencies: update-types: - 'patch' + patterns: + - '*' commitlint: patterns: - '@commitlint*'