knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Make niv version configurable #33

Closed knl closed 4 years ago

knl commented 4 years ago

This avoids problems where newer versions of niv may break workflows, due to backwards incompatible changes, or just bugs.

By default, we track master, which was the current behavior. However, one may want to pin to a particular version of niv, because niv+Nix are all about pinning.

Closes #4