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*"