File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " TypeScript Website codespace" ,
33 "dockerFile" : " Dockerfile" ,
44
5+ "features" : {
6+ "ghcr.io/devcontainers/features/github-cli" : " latest" ,
7+ },
8+
59 // Set *default* container specific settings.json values on container create.
6- "settings" : {
7- "terminal.integrated.shell.linux" : " /bin/bash"
10+ "customizations" : {
11+ "vscode" : {
12+ "settings" : {
13+ "terminal.integrated.shell.linux" : " /bin/bash"
14+ }
15+ }
816 },
917
1018 "forwardPorts" : [8000 ],
Original file line number Diff line number Diff line change 11# To get started with Dependabot version updates, you'll need to specify which
22# package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options :
3+ # Please see the documentation for more information :
44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+ # https://containers.dev/guide/dependabot
56
67version : 2
78updates :
@@ -13,3 +14,9 @@ updates:
1314 github-actions :
1415 patterns :
1516 - ' *'
17+
18+ - package-ecosystem : ' devcontainers'
19+ directory : ' /'
20+ schedule :
21+ interval : weekly
22+
You can’t perform that action at this time.
0 commit comments