Feature request: Coexist/integrate with Renovate
MPV opened this issue · 2 comments
MPV commented
I’d like to use this as a complement to Renovate which already does this, as per:
I.e. “just” change the comment you make from:
# pin@0.4.0
…into:
# 0.4.0
Thus I could use Renovate for:
- Upgrade to new versions
- Pin any non-pinned in master/main
And use this action for:
- Pin any non-pinned in open PRs
Would you be open to this?
Possibly configurable if changing the defaults for this breaks any consumers…?
l0b0 commented
This also seems to be necessary to work with Dependabot. Maybe -c " {ref}"
should be the default?
mheap commented
Changing the default would require a major version bump. Please open another issue for it to be considered