Files
truecharts/.devcontainer/devcontainer.json
T
TrueCharts Bot fe2092826a chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to 4fa30a9 (#47480)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `64875c0` →
`4fa30a9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC8uZGV2Y29udGFpbmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-04-25 03:46:10 +02:00

35 lines
1.2 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "TrueCharts",
"image": "oci.trueforge.org/containerforge/devcontainer:3.0.2@sha256:4fa30a999fa04f6051f9b95f551a37c1ff0ee338449f7ffe77124eb2e98285af",
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"customizations": {
"vscode": {
"extensions": [
"albert.TabOut",
"mikestead.dotenv",
"mitchdenny.ecdc",
"signageos.signageos-vscode-sops",
"EditorConfig.editorconfig",
"PKief.material-icon-theme",
"usernamehw.errorlens",
"redhat.vscode-yaml",
"weaveworks.vscode-gitops-tools",
"Tim-Koehler.helm-intellisense",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"sandipchitale.vscode-kubernetes-helm-extras",
"VadzimNestsiarenka.helm-template-preview-and-more",
"karyan40024.helmix",
"eamodio.gitlens",
"formulahendry.code-runner",
"streetsidesoftware.code-spell-checker",
"mhutchie.git-graph",
"yzhang.markdown-all-in-one",
"searKing.preview-vscode",
"DavidAnson.vscode-markdownlint",
"GitHub.copilot"
]
}
}
}