fix: fix dependabot config

This commit is contained in:
Stavros
2025-05-20 16:40:23 +03:00
parent 91e3bbc9d9
commit 39abb4fa02

View File

@@ -2,19 +2,21 @@ version: 2
updates: updates:
- package-ecosystem: "bun" - package-ecosystem: "bun"
directory: "/frontend" directory: "/frontend"
minor-patch: groups:
update-types: minor-patch:
- "patch" update-types:
- "minor" - "patch"
- "minor"
schedule: schedule:
interval: "daily" interval: "daily"
- package-ecosystem: "gomod" - package-ecosystem: "gomod"
directory: "/" directory: "/"
minor-patch: groups:
update-types: minor-patch:
- "patch" update-types:
- "minor" - "patch"
- "minor"
schedule: schedule:
interval: "daily" interval: "daily"