We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a324ba2 commit 48394e9Copy full SHA for 48394e9
.github/dependabot.yml
@@ -4,9 +4,19 @@
4
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6
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
15
updates:
16
- package-ecosystem: "gomod"
17
directory: "/"
18
+ registries:
19
+ - go-proxy
20
schedule:
21
interval: "weekly"
22
- package-ecosystem: "docker"
0 commit comments