Skip to content

Commit 08fc9b9

Browse files
build(devcontainer): 📦 major devcontainer to v2 (major) (#94)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ghcr.io/devcontainers/features/common-utils | feature | major | `1` -> `2` | | ghcr.io/devcontainers/features/docker-in-docker | feature | major | `1.0.9` -> `2.12.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm,before 3am" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DelineaXPM/github-workflows). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c14d83 commit 08fc9b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
"storage": "32gb"
7474
},
7575
"features": {
76-
"ghcr.io/devcontainers/features/common-utils:1": {
76+
"ghcr.io/devcontainers/features/common-utils:2": {
7777
"version": "latest",
7878
"username": "vscode",
7979
"installOhMyZsh": true
8080
},
81-
"ghcr.io/devcontainers/features/docker-in-docker:1.0.9": {
81+
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {
8282
"version": "latest",
8383
"dockerDashComposeVersion": "v2",
8484
"username": "vscode"

0 commit comments

Comments
 (0)