From 375ddd75e26ffcb65e5c389c1f7b5d5c1be97849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Filipe=20Sabino=20Esperancinha?= Date: Mon, 17 Jun 2024 14:31:24 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 73735c3..fd41f89 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,16 @@ updates: directory: "/" schedule: interval: "daily" + groups: + postgresql: + patterns: + - "*postgresql*" + maven: + patterns: + - "*maven*" + kotlin: + patterns: + - "*kotlin*" - package-ecosystem: "npm" directory: "/e2e"