From 25e6869d38bc8702ff73f3cd3747b544a24759cd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 31 Jan 2024 20:24:25 +0000
Subject: [PATCH] deps: reduce dependabot frequency
---
.github/dependabot.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index dc108f2..42adb44 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -8,4 +8,4 @@
- package-ecosystem: "npm"
directory: "/"
schedule:
- interval: "daily"
+ interval: "weekly"
--
Gitblit v1.10.0