Skip to content

Commit

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

0 comments on commit 4e0f6d0

Please sign in to comment.