Skip to content

Commit

Permalink
Add Dependabot Configuration (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: jkan2 <5862123+jkan2@users.noreply.github.com>
  • Loading branch information
jkan2 and jkan2 authored Aug 29, 2024
1 parent 8a7857c commit 9223c56
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 9223c56

Please sign in to comment.