Skip to content

Commit

Permalink
feat: add Dependabot Config (#176)
Browse files Browse the repository at this point in the history
add dependabot configuration for zetachain packages

Co-authored-by: jkan2 <[email protected]>
  • Loading branch information
jkan2 and jkan2 authored Aug 29, 2024
1 parent db688da commit fbdcc0c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
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 fbdcc0c

Please sign in to comment.