Skip to content

Commit

Permalink
[Dependabot] Reduce frequency to monthly to reduce noise (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogebrd authored Dec 8, 2021
1 parent 45ae136 commit 695271c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
# Updates to TS examples
- package-ecosystem: "npm"
directory: "examples/typescript"
schedule:
interval: "daily"
interval: "monthly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

0 comments on commit 695271c

Please sign in to comment.