Skip to content

Commit

Permalink
fix: go-ipfs docs generation
Browse files Browse the repository at this point in the history
dependabot was updating dependency, which means out automation
from .github/workflows/update-on-new-ipfs-tag.yml would not run.

this disables dependabot for tools/http-api-docs/go.mod,
making sure our generator does not get broken silently
  • Loading branch information
lidel committed Apr 21, 2022
1 parent 4306881 commit 9e5fa3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ updates:
include: 'scope'
labels:
- 'dependencies'
- package-ecosystem: 'gomod'
directory: 'tools/http-api-docs/' # Location of go package manifests
open-pull-requests-limit: 0 # Disable dependabot for go deps, we want them rock solid
ignore:
dependency-name: "go-ipfs" # explicit ignore just in case, because this is handled by .github/workflows/update-on-new-ipfs-tag.yml

0 comments on commit 9e5fa3c

Please sign in to comment.