From 9d538828fabf8897427b57301d93079587c76392 Mon Sep 17 00:00:00 2001 From: Jung-Sang Ahn Date: Thu, 18 Apr 2024 15:27:59 -0700 Subject: [PATCH] Change bot interval to monthly basis --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01c5922a..b90a3c4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly" \ No newline at end of file