build(ci): make dependabot run weekly (#40)

It's non-trivial to check-in build changes in npm dependencies bump PRs.
Make dependabot run weekly and will manually check in such changes.

---------

Signed-off-by: Billy Zha <jinzha1@microsoft.com>
This commit is contained in:
Billy Zha 2024-07-05 15:08:30 +08:00 committed by GitHub
parent a51157d919
commit ebab43aab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,12 +19,12 @@ updates:
# default location of `.github/workflows` # default location of `.github/workflows`
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
labels: labels:
- "dependencies" - "dependencies"
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "weekly"
labels: labels:
- "dependencies" - "dependencies"