File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,23 +40,23 @@ targets:
4040 dockerVersion :
4141 name : ' deps(devcontainer): update Docker version'
4242 scmid : default
43- kind : json
43+ kind : yaml
4444 sourceid : dockerLatestMinor
4545 spec :
4646 file : .devcontainer/devcontainer.json
47- key : ' $ .features["ghcr.io/devcontainers/features/docker-in-docker:2"].version'
47+ key : ' .features["ghcr.io/devcontainers/features/docker-in-docker:2"].version'
4848 transformers :
4949 - trimprefix : v
5050 - addprefix : v
5151
5252 githubcliVersion :
5353 name : ' deps(devcontainer): update GitHub CLI version'
5454 scmid : default
55- kind : json
55+ kind : yaml
5656 sourceid : githubcliLatestMinor
5757 spec :
5858 file : .devcontainer/devcontainer.json
59- key : ' $ .features["ghcr.io/devcontainers/features/github-cli:1"].version'
59+ key : ' .features["ghcr.io/devcontainers/features/github-cli:1"].version'
6060 transformers :
6161 - trimprefix : v
6262 - addprefix : v
You can’t perform that action at this time.
0 commit comments