Add OCI header support to Docker#6969
Conversation
common/dependabot-common.gemspec
Outdated
There was a problem hiding this comment.
I just bumped this dep manually in:
Ideally
would open PR's notifying us when this dep bumps so that we don't have to manually track when they have releases... I don't remember enough about the bundler ecosystem to remember why that isn't happening here...
There was a problem hiding this comment.
Yeah, I think it's because of our "weird" setup (library in common, application in updater, acting somewhat as a monorepo).
There was a problem hiding this comment.
We'd need to run dependabot against the common gemspec? https://github.com/dependabot/dependabot-core/blob/main/common/dependabot-common.gemspec
That wouldn't update the updater's gemfile.lock though.
You could also add it as a direct dep in https://github.com/dependabot/dependabot-core/blob/main/updater/Gemfile.
There was a problem hiding this comment.
I think I changed it from common to updater a while ago when I "unified dependencies", because otherwise we were getting duplicated dependencies for RuboCop and others.
Maybe if we added configuration to also bump indirect dependencies to updater/ maybe that could work? 🤔
There was a problem hiding this comment.
In any case, this release happened 10h ago, so I think we were faster than the bot this time :)
803284c to
a212339
Compare
a212339 to
05c5224
Compare
It was added upstream at deitch/docker_registry2#77, released as 1.14.0.
This allows us to update ubuntu images.
Before:
After
Since I was at it, I also fixed #6386.