mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
chore(deps): ignore datastore backends in dependabot
pebble, leveldb, and badger should be updated via go-ds-* wrappers to ensure compatibility
This commit is contained in:
parent
6d253a6b80
commit
f7cb85a2ff
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@ -13,6 +13,11 @@ updates:
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
- "dependencies"
|
||||
ignore:
|
||||
# Updated via go-ds-* wrappers in ipfs-ecosystem group
|
||||
- dependency-name: "github.com/cockroachdb/pebble*"
|
||||
- dependency-name: "github.com/syndtr/goleveldb"
|
||||
- dependency-name: "github.com/dgraph-io/badger*"
|
||||
groups:
|
||||
ipfs-ecosystem:
|
||||
patterns:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user