From 39abb4fa024385b1ead5ec3496894d23938b1fb7 Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 20 May 2025 16:40:23 +0300 Subject: [PATCH] fix: 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"