mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
chore: add gomod dependabot config (#11153)
experimental setup to surface missed ecosystem updates via monthly PRs groups ipfs, libp2p, multiformats, ipld, and golang.org/x dependencies to reduce noise while ensuring visibility into available updates
This commit is contained in:
parent
8848b537cf
commit
1128d81042
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
@ -4,3 +4,25 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 10
|
||||
labels:
|
||||
- "dependencies"
|
||||
groups:
|
||||
ipfs-ecosystem:
|
||||
patterns:
|
||||
- "github.com/ipfs/*"
|
||||
- "github.com/ipfs-shipyard/*"
|
||||
- "github.com/ipshipyard/*"
|
||||
- "github.com/multiformats/*"
|
||||
- "github.com/ipld/*"
|
||||
libp2p-ecosystem:
|
||||
patterns:
|
||||
- "github.com/libp2p/*"
|
||||
golang-x:
|
||||
patterns:
|
||||
- "golang.org/x/*"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user