From bc673c09983f38bd1dbfcd6d8a5a799700479811 Mon Sep 17 00:00:00 2001 From: Yinan Qin Date: Sun, 15 Feb 2026 00:36:07 +0800 Subject: [PATCH] chore: update Dependabot schedule for npm and GitHub Actions Changed npm update schedule from monthly to weekly and added GitHub Actions updates with a weekly schedule. --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe250ebd..7583f1bb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,8 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "monthly" + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "weekly"