Skip to content

Commit

Permalink
Merge pull request #341 from liquity/dependabot
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
bingen committed Mar 12, 2021
2 parents 7bacdb3 + cd284cc commit 9fdb2a8
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/contracts"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/dev-frontend"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/examples"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/fuzzer"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/lib-base"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/lib-ethers"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/lib-react"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/lib-subgraph"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/providers"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/packages/subgraph"
schedule:
interval: "daily"

0 comments on commit 9fdb2a8

Please sign in to comment.