Skip to content

Commit

Permalink
add dependabot configuration for npm ecosystem for zetachain related …
Browse files Browse the repository at this point in the history
…packages
  • Loading branch information
jkan2 committed Aug 28, 2024
1 parent cb33e2d commit 4fdedb7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "npm"
directories:
- "/web"
- "/contracts"
schedule:
interval: "daily"
commit-message:
prefix: "dependabot: "
labels:
- "dependencies"
allow:
- dependency-name: "@zetachain/toolkit"
- dependency-name: "@zetachain/networks"
- dependency-name: "@zetachain/protocol-contracts"
- dependency-name: "@zetachain/universalkit"
- dependency-name: "@zetachain/localnet"

0 comments on commit 4fdedb7

Please sign in to comment.