/ .github / dependabot.yml
dependabot.yml
 1  # Dependabot PRs are auto-tidied by .github/workflows/dependabot-tidy.yml
 2  version: 2
 3  updates:
 4    - package-ecosystem: "github-actions"
 5      directory: "/"
 6      schedule:
 7        interval: "weekly"
 8  
 9    - package-ecosystem: "gomod"
10      directory: "/"
11      schedule:
12        interval: "monthly"
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:
24            - "github.com/ipfs/*"
25            - "github.com/ipfs-shipyard/*"
26            - "github.com/ipshipyard/*"
27            - "github.com/multiformats/*"
28            - "github.com/ipld/*"
29        libp2p-ecosystem:
30          patterns:
31            - "github.com/libp2p/*"
32        golang-x:
33          patterns:
34            - "golang.org/x/*"
35        opentelemetry:
36          patterns:
37            - "go.opentelemetry.io/*"
38        prometheus:
39          patterns:
40            - "github.com/prometheus/*"
41            - "contrib.go.opencensus.io/*"
42            - "go.opencensus.io"
43        uber:
44          patterns:
45            - "go.uber.org/*"