Skip to content

Commit

Permalink
add dependabot for hardhat-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAleksaOpacic committed Sep 3, 2024
1 parent 089a3a2 commit 0c597fa
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"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
commit-message:
prefix: "deps"
labels:
- "dependencies"
ignore:
- dependency-name: "*" # Ignore all dependencies except the one below
allow:
- dependency-name: "@nilfoundation/hardhat-plugin"

0 comments on commit 0c597fa

Please sign in to comment.