{"id":24786868,"url":"https://github.com/apter-tech/dependabot-android-gradle","last_synced_at":"2026-04-25T16:34:27.788Z","repository":{"id":135185339,"uuid":"524048187","full_name":"apter-tech/dependabot-android-gradle","owner":"apter-tech","description":"A Proof of Concept repo to test how dependabot can handle the dependencies from maven.google.com","archived":false,"fork":false,"pushed_at":"2024-04-17T19:23:15.000Z","size":131,"stargazers_count":0,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T09:51:10.321Z","etag":null,"topics":["android","dependabot"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apter-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-12T10:39:40.000Z","updated_at":"2023-01-27T15:32:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6c260f4-6710-49f8-b2af-6137be584a23","html_url":"https://github.com/apter-tech/dependabot-android-gradle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apter-tech/dependabot-android-gradle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Fdependabot-android-gradle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Fdependabot-android-gradle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Fdependabot-android-gradle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Fdependabot-android-gradle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apter-tech","download_url":"https://codeload.github.com/apter-tech/dependabot-android-gradle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Fdependabot-android-gradle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dependabot"],"created_at":"2025-01-29T15:17:20.740Z","updated_at":"2026-04-25T16:34:27.764Z","avatar_url":"https://github.com/apter-tech.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dependabot-android-gradle\n\nA Proof of Concept repo to test how [Dependabot](https://github.com/dependabot) can handle the dependencies from\nhttps://maven.google.com\n\n## Problem\n\nWe wanted to use Dependabot on an Android Gradle project. The problem is that Dependabot is only\nchecking https://repo.maven.apache.org for version updates with the [default configuration][dependabot-default-config].\nHowever on an Android project needs a lots of dependencies which are provided by Google.\n\n## Idea\n\nConfigure dependabot to be able to scan for dependencies in [https://maven.goolge.com](https://maven.goolge.com).\n\n## Result\n\nDependabot will check for updates if a [maven registry][dependabot-registries] is set up\nin [dependabot.yml][dependabot-google-config]:\n\n```yaml\nversion: 2\nregistries:\n  maven-google:\n    type: maven-repository\n    url: https://maven.google.com\n    username: \"\"\n    password: \"\"\nupdates:\n  - package-ecosystem: \"gradle\"\n    directory: \"/\"\n    registries:\n      - maven-google\n    schedule:\n      interval: \"daily\"\n    open-pull-requests-limit: 10\n```\n\n[dependabot-default-config]: https://github.com/apter-tech/dependabot-android-gradle/commit/e200e9284fc7205e8e21c4bb36feefe414d5bd27\n\n[dependabot-google-config]: https://github.com/apter-tech/dependabot-android-gradle/commit/9d8cc6f8152b494d761f296245859faf25a7a5ed\n\n[dependabot-registries]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#registries","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapter-tech%2Fdependabot-android-gradle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapter-tech%2Fdependabot-android-gradle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapter-tech%2Fdependabot-android-gradle/lists"}