From c609c65a0d4a87b3b061d5809bfb0f3feb9af9df Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 24 Dec 2025 10:23:34 +0800 Subject: [PATCH] Change Dependabot update interval to daily --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d91a92ad..1fd0cb37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: 'npm' # See documentation for possible values directory: '/' # Location of package manifests schedule: - interval: 'weekly' + interval: 'daily'