swift-outdated icon indicating copy to clipboard operation
swift-outdated copied to clipboard

Add ability to check branch/revision-pinned dependencies

Open davedelong opened this issue 2 months ago • 1 comments

swift-outdated skips dependencies that are pinned to a specific branch or revision, which seems like a sensible default.

I would like the ability to include an option to not skip those dependencies. If I'm joining an existing project, it can be helpful to know how out-of-date those dependencies are. Maybe they were pinned to a dev branch, but the needed changes have since been released, and the dependency can be updated to a normal tag version.

davedelong avatar Apr 09 '24 15:04 davedelong