Dev Container lock file and Dependabot configuration for devcontainers#1781
Merged
brooke-hamilton merged 3 commits intobrooke-hamilton/devcontainer-lockfrom Mar 16, 2026
Merged
Conversation
6 tasks
Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add dev container lock file and Dependabot configuration
Dev Container lock file and Dependabot configuration for devcontainers
Mar 16, 2026
Member
|
@copilot I think you need to update the dev container lock file identifiers too |
…ontainer.json Co-authored-by: brooke-hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Contributor
Author
brooke-hamilton
approved these changes
Mar 16, 2026
d1a8b0c
into
brooke-hamilton/devcontainer-lock
1 check passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
Description
Pins devcontainer feature versions for reproducible builds and adds Dependabot automation to keep them updated.
.devcontainer/devcontainer.json: Updated feature references to use explicit version identifiers (e.g.git:1.3.5,go:1.3.3,hugo:1.1.3,node:1.7.1) so versions are visible and match the lock file 1:1.devcontainer/devcontainer-lock.json(new): Locks each feature to a specific version with SHA-256 integrity hash for reproducible environment builds. Feature keys use explicit version identifiers matching those indevcontainer.json.github/dependabot.yml: Addsdevcontainersecosystem entry targeting theedgebranch with weekly updates — Dependabot will keep bothdevcontainer.jsonanddevcontainer-lock.jsonin sync automaticallyIssue reference
N/A — Proactive improvement to pin devcontainer feature versions and enable automated dependency updates.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.