@cryptotaxi247 / kubo / commits / 1128d8104

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

Marcin Rataj committed Jan 23, 2026 at 05:27 UTC 1128d810424f08363028afbb0422efe4efc326eb
1 file changed +22
.github/dependabot.yml
+22
@@ -4,3 +4,25 @@ updates:
4 directory: "/"
5 schedule:
6 interval: "weekly"
7 +
8 + - package-ecosystem: "gomod"
9 + directory: "/"
10 + schedule:
11 + interval: "monthly"
12 + open-pull-requests-limit: 10
13 + labels:
14 + - "dependencies"
15 + groups:
16 + ipfs-ecosystem:
17 + patterns:
18 + - "github.com/ipfs/*"
19 + - "github.com/ipfs-shipyard/*"
20 + - "github.com/ipshipyard/*"
21 + - "github.com/multiformats/*"
22 + - "github.com/ipld/*"
23 + libp2p-ecosystem:
24 + patterns:
25 + - "github.com/libp2p/*"
26 + golang-x:
27 + patterns:
28 + - "golang.org/x/*"