File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed 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+ }
20+ }
21+ }
Original file line number Diff line number Diff line change @@ -43,3 +43,11 @@ updates:
4343 npm-dependencies :
4444 patterns :
4545 - " *"
46+
47+ - package-ecosystem : " devcontainers"
48+ open-pull-requests-limit : 20
49+ directory : " /"
50+ schedule :
51+ interval : weekly
52+ day : friday
53+ time : " 04:00"
You can’t perform that action at this time.
0 commit comments