From d53728cc73a8fbc2f38028afac2e6ead145224a7 Mon Sep 17 00:00:00 2001 From: ragebreaker <125530737+mlm-games@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:01:24 +0530 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d634301..71ec0ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,5 @@ updates: - package-ecosystem: "github-actions" # This specifies that you want to update GitHub Actions. directory: ".github/workflows" # The directory where your workflow files are located. schedule: - interval: "weekly" # Update frequency. Options include daily, weekly, and monthly. + interval: "cron" + cron: "0 0 1 1 *"