Skip to content

Commit 9d8cc6f

Browse files
committed
Update dependabot.yml
- Add maven.google.com to the custom registries
1 parent 347dfb1 commit 9d8cc6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7+
registries:
8+
maven-google:
9+
type: maven-repository
10+
url: https://maven.google.com
11+
username: ""
12+
password: ""
713
updates:
814
- package-ecosystem: "gradle"
915
directory: "/"
16+
registries:
17+
- maven-google
1018
schedule:
1119
interval: "daily"

0 commit comments

Comments
 (0)