diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index ddf8b4a..99ed29e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,9 +4,11 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "monthly" + interval: "cron" + cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "cron" + cronjob: "0 5 2 * *" # Second day of each month at 05:00 UTC