You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great if dependabot updated "pin version" comments when updating hashes. Currently I don't dare "just merge" some dependabot pull requests, because they are predictably incorrect (they don't update the version number).
It'd be great if dependabot updated "pin version" comments when updating hashes. Currently I don't dare "just merge" some dependabot pull requests, because they are predictably incorrect (they don't update the version number).
Here's an example created by dependabot: https://github.com/coreinfrastructure/best-practices-badge/pull/1779/files
Note that this PR wants to update this line:
However, the "# pin @v2.4.0" should be correspondingly updated.
This has already been raised, with a slightly different comment format, here:
#4691
I think a simple regex could handle typical variations of the version information.
The text was updated successfully, but these errors were encountered: