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"