Skip to content

Commit

Permalink
Add Dependabot auto PR configuration (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: jkan2 <[email protected]>
  • Loading branch information
jkan2 and jkan2 authored Aug 28, 2024
1 parent 9a81b91 commit 853d7bc
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 853d7bc

Please sign in to comment.