chore: fix dependabot config

This commit is contained in:
Stavros
2025-05-14 20:26:38 +03:00
parent 2246ca0c13
commit b12d0655d4

View File

@@ -2,6 +2,7 @@ version: 2
updates: updates:
- package-ecosystem: "bun" - package-ecosystem: "bun"
directory: "/frontend" directory: "/frontend"
groups:
minor-patch: minor-patch:
update-types: update-types:
- "patch" - "patch"
@@ -11,6 +12,7 @@ updates:
- package-ecosystem: "gomod" - package-ecosystem: "gomod"
directory: "/" directory: "/"
groups:
minor-patch: minor-patch:
update-types: update-types:
- "patch" - "patch"