From 0c6fb4560d8f50f1e9d1ef75f70a006d720e33cd Mon Sep 17 00:00:00 2001 From: Li Yuanheng <520dhh@gmail.com> Date: Wed, 12 Oct 2022 14:12:46 +0800 Subject: [PATCH] monthly dependabot check --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b1d557..e02ca74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,5 @@ updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" rebase-strategy: "disabled"