Skip to content

Dependabot not checking versions properly #21

@AlvaroBrey

Description

@AlvaroBrey

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:

  1. Move to the old way of defining repos in repositories blocks at script level.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedbugSomething isn't workingmetaIssues with repo config, actions, etc

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions