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: