Michael Kriese

Results 952 comments of Michael Kriese

you still don't understand how renovate handles digests. so please do the following: - remove the requested digest handling in getReleases - implement the getDigest function, so it uses the...

maybe we need to update the digest update commitmessage extra, so the pr and commit messages use revisions instead of digest. like we do for docker datasource.

❤️ thanks for the good work and following all those advices

i don't agree, we need to check which command needs to be run to update the sum file, so the update works like any other go mod update. you can...

it was a community feature request/ implementation to support updating go. so we currently don't plan to change that. you can always close / ignore those PR's. or disable those...

I think this is out of scope for renovate, you can use self-hosted renovate and call the command before running renovate and pass the generated credentials as host rules.

This is already supported: https://github.com/renovatebot/renovate/blob/d19b708b195b43961d0744de0c4dc91750203d3c/lib/modules/datasource/docker/index.ts#L232-L260 https://github.com/renovatebot/renovate/blob/d19b708b195b43961d0744de0c4dc91750203d3c/lib/modules/datasource/docker/index.ts#L103-L113 so you only need a proper hostrule and pass `accessKeyId` as username and `secretAccessKey` as password. Renovate will detect region from image name

I've now enabled it on our official runner template repo. let's see if it's happening there too. https://gitlab.com/renovate-bot/renovate-runner/

you can find the blocking open discussion yourself 😛