File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Alpine" ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:alpine-3.21" ,
4+ "features" : {
5+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
6+ "ghcr.io/devcontainers/features/github-cli:1" : {},
7+ "ghcr.io/devcontainers-extra/features/act:1" : {}
8+ },
9+ "customizations" : {
10+ "vscode" : {
11+ "extensions" : [
12+ " eamodio.gitlens" ,
13+ " github.vscode-github-actions" ,
14+ " github.copilot" ,
15+ " github.copilot-chat" ,
16+ " ms-vscode.makefile-tools" ,
17+ " esbenp.prettier-vscode"
18+ ],
19+ "mcpServers" : {}
20+ }
21+ }
22+ }
Original file line number Diff line number Diff line change @@ -25,3 +25,11 @@ updates:
2525 github-actions-dependencies :
2626 patterns :
2727 - " *"
28+
29+ - package-ecosystem : " devcontainers"
30+ open-pull-requests-limit : 20
31+ directory : " /"
32+ schedule :
33+ interval : weekly
34+ day : friday
35+ time : " 04:00"
You can’t perform that action at this time.
0 commit comments