File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,26 @@ Configure dependabot to be able to scan for dependencies in [https://maven.goolg
15
15
16
16
## Result
17
17
18
- Dependabot will check for updates if a [ maven registry] [ dependabot-registries ] set up
19
- in [ dependabot.yml] [ dependabot-google-config ] .
18
+ Dependabot will check for updates if a [ maven registry] [ dependabot-registries ] is set up
19
+ in [ dependabot.yml] [ dependabot-google-config ] :
20
+
21
+ ``` yaml
22
+ version : 2
23
+ registries :
24
+ maven-google :
25
+ type : maven-repository
26
+ url : https://maven.google.com
27
+ username : " "
28
+ password : " "
29
+ updates :
30
+ - package-ecosystem : " gradle"
31
+ directory : " /"
32
+ registries :
33
+ - maven-google
34
+ schedule :
35
+ interval : " daily"
36
+ open-pull-requests-limit : 10
37
+ ` ` `
20
38
21
39
[dependabot-default-config]: https://github.com/apter-tech/dependabot-android-gradle/commit/e200e9284fc7205e8e21c4bb36feefe414d5bd27
22
40
You can’t perform that action at this time.
0 commit comments