From 0c71ed95cead195f39fbb074d9d5fe5a19f3b03b Mon Sep 17 00:00:00 2001 From: Pascal Bourque Date: Sun, 2 Nov 2025 12:10:05 -0500 Subject: [PATCH] chore: Changed dependabot schedule from daily to weekly (#171) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8271dbe..e410155 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: 'npm' # See documentation for possible values directory: '/' # Location of package manifests schedule: - interval: 'daily' + interval: 'weekly' labels: - 'dependencies' commit-message: