diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..c5bcb02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + semantic-release: + patterns: + - "semantic-release" + - "@semantic-release/*" + commit-lint: + patterns: + - "@commitlint/*"