-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable docker digest pinning #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes perfect sense if we can keep the review load manageable (automerge? 🌶️)
Ah yeah we might need a new schedule. This change only turns on pinning, but more updates could get triggered as a result of the pin. I'll monitor internally to confirm before merging this :) |
I've added a weekly automerge schedule; there was no need to change the non-critical as it's caught by the "all dependencies" group explicitly with |
This is important for reproducible builds.
It's a best practise per Renovate, and they have a good explanation here: https://docs.renovatebot.com/docker/#digest-pinning.