Skip to content

Commit 48394e9

Browse files
committed
chore(gha): let dependabot know about the proxy
1 parent a324ba2 commit 48394e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7+
8+
registries:
9+
go-proxy:
10+
type: go
11+
url: https://riverqueue.com/goproxy
12+
username: river
13+
password: ${{ secrets.RIVER_PRO_SECRET }}
14+
715
updates:
816
- package-ecosystem: "gomod"
917
directory: "/"
18+
registries:
19+
- go-proxy
1020
schedule:
1121
interval: "weekly"
1222
- package-ecosystem: "docker"

0 commit comments

Comments
 (0)