celestiaorg / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Other
19 stars 33 forks source link

chore: Configure dependabot to only check for Celestia deps. #233

Closed adlerjohn closed 2 years ago

adlerjohn commented 2 years ago

Based on https://github.com/celestiaorg/celestia-core/pull/794

We don't actually use dependabot in this repo, since it needs to be kept in line with upstream. Disable dependabot for everything except Celestia Go packages.

One consequence of this change is that any new direct dependencies we introduce that aren't Celestia packages won't be kept up to date by dependabot.

adlerjohn commented 2 years ago

Waiting on feedback from @evan-forbes as well