Add support for dev container lockfile maintenance #43169
sisp
started this conversation in
Suggest an Idea
Replies: 1 comment
|
The lockfile should not only be updated with lockfile maintenance, but also when a feature is updated. Right now the lockfile is never updated. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Dev containers support an optional
devcontainer-lock.jsonlockfile. VS Code v1.118 enables this feature by default, so many projects using dev containers and VS Code will start seeing this lockfile unless explicitly disabled. AFAIK, Renovate doesn't support lockfile maintenance ofdevcontainer-lock.jsonyet, hence I'm suggesting to add this capability.All reactions