Skip to content

Commit d4e2b00

Browse files
Merge remote-tracking branch 'origin/master-sync-ipfs'
2 parents 47de877 + bfe9dc2 commit d4e2b00

1 file changed

Lines changed: 46 additions & 1 deletion

File tree

github/ipfs.yml

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5090,7 +5090,52 @@ repositories:
50905090
description: An IPFS implementation in Go
50915091
files:
50925092
.github/dependabot.yml:
5093-
content: .github/dependabot.yml
5093+
content: |
5094+
# Dependabot PRs are auto-tidied by .github/workflows/dependabot-tidy.yml
5095+
version: 2
5096+
updates:
5097+
- package-ecosystem: "github-actions"
5098+
directory: "/"
5099+
schedule:
5100+
interval: "weekly"
5101+
5102+
- package-ecosystem: "gomod"
5103+
directory: "/"
5104+
schedule:
5105+
interval: "monthly"
5106+
open-pull-requests-limit: 10
5107+
labels:
5108+
- "dependencies"
5109+
ignore:
5110+
# Updated via go-ds-* wrappers in ipfs-ecosystem group
5111+
- dependency-name: "github.com/cockroachdb/pebble*"
5112+
- dependency-name: "github.com/syndtr/goleveldb"
5113+
- dependency-name: "github.com/dgraph-io/badger*"
5114+
groups:
5115+
ipfs-ecosystem:
5116+
patterns:
5117+
- "github.com/ipfs/*"
5118+
- "github.com/ipfs-shipyard/*"
5119+
- "github.com/ipshipyard/*"
5120+
- "github.com/multiformats/*"
5121+
- "github.com/ipld/*"
5122+
libp2p-ecosystem:
5123+
patterns:
5124+
- "github.com/libp2p/*"
5125+
golang-x:
5126+
patterns:
5127+
- "golang.org/x/*"
5128+
opentelemetry:
5129+
patterns:
5130+
- "go.opentelemetry.io/*"
5131+
prometheus:
5132+
patterns:
5133+
- "github.com/prometheus/*"
5134+
- "contrib.go.opencensus.io/*"
5135+
- "go.opencensus.io"
5136+
uber:
5137+
patterns:
5138+
- "go.uber.org/*"
50945139
has_discussions: false
50955140
merge_commit_message: PR_TITLE
50965141
merge_commit_title: MERGE_MESSAGE

0 commit comments

Comments
 (0)