Conversation
.github/dependabot.yml
Outdated
| # https://containers.dev/guide/dependabot | ||
|
|
||
| version: 2 | ||
| updates: |
There was a problem hiding this comment.
The way I understand the devcontainers dependabot is it will only update the hash of an tag if it is newer. Since we do not specify a hash in the devcontainer.json, it wont update anything
|
For me the dev container does not work. When I run |
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite dev", | ||
| "dev": "vite dev --host", |
There was a problem hiding this comment.
This does not seem to fix the issue for me
|
plz add dependabot back. They do publish multiple containers per tag when nodejs updates |
|
first time for me using devcontainers, but wfm! |

This PR adds a devcontainer for easier local development, to use either use vscode devcontainers or a github codespace