From b12d0655d4085cd1f4e2cd490e038f037a6d84ed Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 14 May 2025 20:26:38 +0300 Subject: [PATCH] chore: fix dependabot config --- .github/dependabot.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 015a641..55ee282 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,19 +2,21 @@ version: 2 updates: - package-ecosystem: "bun" directory: "/frontend" - minor-patch: - update-types: - - "patch" - - "minor" + groups: + minor-patch: + update-types: + - "patch" + - "minor" schedule: interval: "daily" - package-ecosystem: "gomod" directory: "/" - minor-patch: - update-types: - - "patch" - - "minor" + groups: + minor-patch: + update-types: + - "patch" + - "minor" schedule: interval: "daily"