diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15b4c1022..375fbf046 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,14 @@ version: 2 updates: - package-ecosystem: "swift" - directory: "/Monal/Monal.xcodeproj/" + directory: "/Monal/" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "cargo" directory: "/rust/" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "github-actions" directory: "/.github/" schedule: - interval: "weekly" + interval: "daily"