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:
Marcin Rataj 2026-01-23 06:27:34 +01:00
parent 6d253a6b80
commit f7cb85a2ff

View File

@ -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: