Skip to content

Commit

Permalink
chore: enable dependabot for Snapshot packages (#572)
Browse files Browse the repository at this point in the history
* Enable dependabot for snapshot packages

* group snapshot packages to single PR

* fix path

* fix indentation

* remove update-types

* Update dependabot.yml

* Ignore checkpoint from dependabot
  • Loading branch information
ChaituVR authored Aug 4, 2024
1 parent 7ae2390 commit d8075c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "@snapshot-labs/*"
ignore:
- dependency-name: "@snapshot-labs/checkpoint"
groups:
snapshot:
patterns:
- "@snapshot-labs/*"

0 comments on commit d8075c6

Please sign in to comment.