planetscale / ghcommit-action

GitHub Action to commit files to a git branch using the ghcommit utility
Apache License 2.0
30 stars 4 forks source link

renovate: ignore runtime Dockerfile #79

Closed joemiller closed 1 week ago

joemiller commented 1 week ago

with the new release process that pre-builds a full image for faster runtimes and less bandwidth the Dockerfile is updated by the github action to use the latest version tag. Immediately after the release workflow finishes renovate will come along and update it again with a sha pin. We don't want this. Ideally the release workflow would also pin the SHA but for now let's just ignore this file and handle that at a later time.