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.
This commit is contained in:
Yinan Qin
2026-02-15 00:36:07 +08:00
committed by GitHub
parent 6a39a7448b
commit bc673c0998

View File

@@ -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"