Skip to content

Commit

Permalink
Add Dependabot Configuration (#66)
Browse files Browse the repository at this point in the history
* add dependabot configuration for npm ecosystem for zetachain related packages

* update dependabot configuration to reflect on the exact packages use

---------

Co-authored-by: jkan2 <[email protected]>
  • Loading branch information
jkan2 and jkan2 authored Sep 2, 2024
1 parent cb33e2d commit a81e6e7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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/universalkit"

0 comments on commit a81e6e7

Please sign in to comment.