From d32bc91664071a959bcc55146731959705353714 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 14 May 2024 09:35:52 +0200 Subject: [PATCH] add dependabot groups to bundle bump requests --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d683692..1e9761e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,12 @@ updates: day: "saturday" timezone: "Europe/Berlin" time: "03:00" + groups: + linting: + applies-to: version-updates + patterns: + - "*textlint*" + vuepress: + applies-to: version-updates + patterns: + - "*vuepress*"