fireant-bot / fireant

Fireant is a Dependabot-like service (tailored to Apache Ant + Ivy projects) which creates pull requests to keep your dependencies secure and up-to-date.
https://github.com/fireant-bot/fireant
Apache License 2.0
1 stars 1 forks source link

Duplicate dependency detection/delete logic #9

Closed jamie-meyer closed 3 years ago

jamie-meyer commented 3 years ago

Currently, if a dependency that needs to be updated exists twice (or more times) in the same file, two (or more) separate pull requests are created. The desired behavior is to delete the duplicate dependencies and submit a single pull request for the dependency upgrade, noting in the pull request that this deletion was made.