Skip to content

update PRs for java dependencies #14490

Open
@rmuir

Description

@rmuir

Description

I added dependabot.yml in #14462

Currently it sends us pull requests for:

  • github actions
  • pip dependencies in dev-tools/

But nothing yet for java dependencies. I think it might be enough to rename versions.toml to libs.versions.toml to get (build-failing) pull requests? From the docs I have read, the filename is not configurable.

If the filename is not so important, it would be nice to rename it, just so that github "understands" our dependency tree and allows for features around that (such as security ones).

In order to make PRs nice, where they stand a chance to pass, it would be more work. Seems the recommended way is to integrate with actions in order to run the "post upgrade commands" and issue a commit with them. (#14506

Alternatively we could do renovatebot, but we don't have many dependencies and our needs are simple, so it would be cool if we could have dependabot fully working for us.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions