From 95a39cb0280f27ab65b4a5c639a31011ef43669c Mon Sep 17 00:00:00 2001 From: sergey-melnychuk <8093171+sergey-melnychuk@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:49:43 +0200 Subject: [PATCH] deps(bot): switch to monthly checks --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 805c4953..bab9b0c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" - day: "monday" - time: "06:00" + interval: "monthly" commit-message: prefix: "chore" include: "scope"