Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursively Check for poms #2177

Closed
blakemorgan opened this issue Mar 22, 2019 · 3 comments
Closed

Recursively Check for poms #2177

blakemorgan opened this issue Mar 22, 2019 · 3 comments

Comments

@blakemorgan
Copy link

It would help a lot if Dependabot would recursively search for pom.xml files in Java Maven projects so we don't have to add them all manually. Is that already possible?

@greysteil
Copy link
Contributor

Hey @blakemorgan,

Thanks for giving Dependabot a try. This is on our list, but we don't have it yet. With monorepo setups we generally recommend putting a pom.xml at the room that references all of the child poms - with that there, Dependabot will fetch all of them and create PRs that update a dependency across all of them at once. The alternative of adding lots of update configs manually is kind of painful - it's not only time consuming to do the add, but means you'll get multiple PRs for the same dependency update (one for each project it's doing the update in).

Is adding a root level pom.xml possible?

@greysteil
Copy link
Contributor

(By the way, the full file fetching logic that Dependabot uses for Maven is here.)

@infin8x infin8x transferred this issue from dependabot/feedback Jun 29, 2020
@infin8x
Copy link
Contributor

infin8x commented Jul 2, 2020

Duplicate of #2178

@infin8x infin8x marked this as a duplicate of #2178 Jul 2, 2020
@infin8x infin8x closed this as completed Jul 2, 2020
@dependabot dependabot deleted a comment from stale bot Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants