Skip to content

Commit

Permalink
Fix formatting of dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Aug 3, 2024
1 parent 1bb4742 commit dd41fd2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directories: # Location of package manifests
- "/"
- "/demo"
- "/docs"
- "/memory-viz"
schedule:
interval: "monthly"
- package-ecosystem: "npm" # See documentation for possible values
directories: # Location of package manifests
- "/"
- "/demo"
- "/docs"
- "/memory-viz"
schedule:
interval: "monthly"

0 comments on commit dd41fd2

Please sign in to comment.