Skip to content

Commit 7c8a871

Browse files
committed
Update README.md
1 parent 4a94883 commit 7c8a871

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,26 @@ Configure dependabot to be able to scan for dependencies in [https://maven.goolg
1515

1616
## Result
1717

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+
```
2038
2139
[dependabot-default-config]: https://github.com/apter-tech/dependabot-android-gradle/commit/e200e9284fc7205e8e21c4bb36feefe414d5bd27
2240

0 commit comments

Comments
 (0)