From f6fd19b5b5b0b4d99ce06ac78a07d02835772570 Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Mon, 28 Aug 2023 23:12:06 +0100 Subject: [PATCH] ci: update dependabot to use groups --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce57..13ecab58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,15 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + release-tools: + patterns: + - "@commitlint/*" + - "semantic-release" + - "@semantic-release/*" + test-tools: + patterns: + - "mocha" + lint-tools: + patterns: + - "standard"