From 2e0b197457789b2795a5c14a1f9074e1303c66a3 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 23 Apr 2024 00:19:26 +0200 Subject: [PATCH] Group dependabot PRs per ecosystem (#7098) --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1d67fb3f4..0a6bdd5b8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: / schedule: interval: weekly + groups: + dependencies: + patterns: + - "*" # Include all dependencies - package-ecosystem: docker directory: /contrib/container @@ -24,13 +28,25 @@ updates: directory: /src/backend schedule: interval: weekly + groups: + dependencies: + patterns: + - "*" # Include all dependencies - package-ecosystem: pip directory: /src/backend schedule: interval: weekly + groups: + dependencies: + patterns: + - "*" # Include all dependencies - package-ecosystem: npm directory: /src/frontend schedule: interval: weekly + groups: + dependencies: + patterns: + - "*" # Include all dependencies