File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# dependabot-android-gradle
2
- A Proof of Concept repo to test how dependabot can handle the dependencies from maven.google.com
2
+
3
+ A Proof of Concept repo to test how [ Dependabot] ( https://github.com/dependabot ) can handle the dependencies from
4
+ https://maven.google.com
5
+
6
+ ## Problem
7
+
8
+ We wanted to use Dependabot on an Android Gradle project. The problem is that Dependabot is only
9
+ checking https://repo.maven.apache.org for version updates with the [ default configuration] [ dependabot-default-config ] .
10
+ However on an Android project needs a lots of dependencies which are provided by Google.
11
+
12
+ ## Idea
13
+
14
+ Configure dependabot to be able to scan for dependencies in [ https://maven.goolge.com ] ( https://maven.goolge.com ) .
15
+
16
+ ## Result
17
+
18
+ Dependabot will check for updates if a [ maven registry] [ dependabot-registries ] set up
19
+ in [ dependabot.yml] [ dependabot-google-config ] .
20
+
21
+ [ dependabot-default-config ] : https://github.com/apter-tech/dependabot-android-gradle/commit/e200e9284fc7205e8e21c4bb36feefe414d5bd27
22
+
23
+ [ dependabot-google-config ] : https://github.com/apter-tech/dependabot-android-gradle/commit/9d8cc6f8152b494d761f296245859faf25a7a5ed
24
+
25
+ [ dependabot-registries ] : https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#registries
You can’t perform that action at this time.
0 commit comments