From b3ef55c94a023870608080958ffae26b94cf1072 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 20 May 2024 13:20:22 +0200 Subject: [PATCH] group dependabot package updates --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d683692..10ff3cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,12 @@ updates: day: "saturday" timezone: "Europe/Berlin" time: "03:00" + groups: + textlint: + applies-to: version-updates + patterns: + - "*textlint*" + vuepress: + applies-to: version-updates + patterns: + - "*vuepress*"