Skip to content

Commit

Permalink
build(devcontainer): 📦 major devcontainer to v2 (major) (#94)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 3c14d83 commit 08fc9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"storage": "32gb"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:1": {
"ghcr.io/devcontainers/features/common-utils:2": {
"version": "latest",
"username": "vscode",
"installOhMyZsh": true
},
"ghcr.io/devcontainers/features/docker-in-docker:1.0.9": {
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {
"version": "latest",
"dockerDashComposeVersion": "v2",
"username": "vscode"
Expand Down

0 comments on commit 08fc9b9

Please sign in to comment.