From b72a5a33fb6ae5b1a0348d6fe948217062c45c10 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 2 Jul 2023 01:33:30 +0100 Subject: [PATCH] chore: reduce dependabot noise --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e30578..76b8463 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly"