fix(renovate): run renovate image directly instead of docker-wrapping action #11
Reference in New Issue
Block a user
Delete Branch "fix/renovate-action-pin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the failing Renovate workflow. renovatebot/github-action shells out to
docker runwhich the Gitea node:22 job container can't satisfy (no docker CLI/socket). Now runs the renovate image as the job container and invokesrenovatedirectly.