Skip to content

Commit

Permalink
build(ci): make dependabot run weekly (#40)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
qweeah committed Jul 5, 2024
1 parent a51157d commit ebab43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ updates:
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependencies"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "dependencies"

0 comments on commit ebab43a

Please sign in to comment.