From 06e50bcd35feb773e3804681fbaa5488b9e13707 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 30 Dec 2023 18:35:12 +0800 Subject: [PATCH] reduce auto bump freq --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b10df16..e8f4e2c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,8 @@ updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly"