-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
approvedbugSomething isn't workingSomething isn't workingmetaIssues with repo config, actions, etcIssues with repo config, actions, etc
Milestone
Description
As outlined in #20 and dependabot/dependabot-core#3286, dependabot does not respect the repositories defined in settings.gradle and instead uses some default repos (jcenter, maven central, and plugins.gradle.org), which means dependencies from google's maven repo are never updated. Check this run for example.
Alternatives to get automated version updates right now:
- Move to the old way of defining repos in
repositoriesblocks at script level. - Try using renovatebot instead of dependabot. It's more maintained at least, and this usecase should work.
This is not urgent as this repo does not have that many dependencies, but as it grows it will become worse.
vlohachov
Metadata
Metadata
Assignees
Labels
approvedbugSomething isn't workingSomething isn't workingmetaIssues with repo config, actions, etcIssues with repo config, actions, etc