Skip to content

Commit

Permalink
chore: add dependabot.yml file (#653)
Browse files Browse the repository at this point in the history
This file is currently restricting to just Lotus, and is running daily 
to help catch any unexpected releases for API compat checks. 
If we decide to add more modules later, we could switch this
to run on Wednesday's UTC mornings, to catch the Tuesday RC 
releases from lotus, and avoid daily dependabot spam.
  • Loading branch information
jacobheun authored Aug 11, 2022
1 parent 36620b8 commit 52f0ba2
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 @@
# This file is currently restricting to just Lotus, and is
# running daily to help catch any unexpected releases for API compat
# checks. If we decide to add more modules later, we could switch this
# to run on Wednesday's UTC mornings, to catch the Tuesday RC releases from
# lotus, and avoid daily dependabot spam.

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "github.com/filecoin-project/lotus"
dependency-type: "direct"

0 comments on commit 52f0ba2

Please sign in to comment.