@cryptotaxi247 / kubo / commits / 5ccdcdd4f

chore(deps): ignore datastore backends in dependabot (#11169)

pebble, leveldb, and badger should be updated via go-ds-* wrappers to ensure compatibility

Marcin Rataj committed Jan 24, 2026 at 01:32 UTC 5ccdcdd4fca6654374e28d4ef4a16746c67e1938
1 file changed +5
.github/dependabot.yml
+5
@@ -13,6 +13,11 @@ updates:
13 open-pull-requests-limit: 10
14 labels:
15 - "dependencies"
16 + ignore:
17 + # Updated via go-ds-* wrappers in ipfs-ecosystem group
18 + - dependency-name: "github.com/cockroachdb/pebble*"
19 + - dependency-name: "github.com/syndtr/goleveldb"
20 + - dependency-name: "github.com/dgraph-io/badger*"
21 groups:
22 ipfs-ecosystem:
23 patterns: