From 8b6194217e7635a67c044e73474db1268b87f4dd Mon Sep 17 00:00:00 2001 From: Stavros Date: Tue, 6 May 2025 18:41:26 +0300 Subject: [PATCH] chore: group minor and patch dep updates --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76c434e..015a641 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,12 +2,22 @@ version: 2 updates: - package-ecosystem: "bun" directory: "/frontend" + minor-patch: + update-types: + - "patch" + - "minor" schedule: interval: "daily" + - package-ecosystem: "gomod" directory: "/" + minor-patch: + update-types: + - "patch" + - "minor" schedule: interval: "daily" + - package-ecosystem: "docker" directory: "/" schedule: