From: Jérôme Benoit Date: Tue, 6 Aug 2024 10:50:47 +0000 (+0200) Subject: chore(ci): group dependabot updates by semver revision X-Git-Tag: v4.2.0~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=54c234bcbf57f315af2836a7ed580ab3e16717bf;p=poolifier.git chore(ci): group dependabot updates by semver revision Signed-off-by: Jérôme Benoit --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bb7ee99..c108aac2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,14 @@ updates: directory: '/' schedule: interval: 'daily' + groups: + regular: + update-types: + - 'minor' + - 'patch' + major: + update-types: + - 'major' labels: - 'dependencies' reviewers: @@ -27,6 +35,14 @@ updates: - '/examples/typescript/websocket-server-pool/*' schedule: interval: 'daily' + groups: + regular: + update-types: + - 'minor' + - 'patch' + major: + update-types: + - 'major' labels: - 'dependencies' - 'examples'