Skip to content

Commit 357bdb4

Browse files
authored
feat: add devcontainer support (#74)
1 parent 4275c6b commit 357bdb4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm"
3+
}

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ updates:
2828
directory: "/"
2929
schedule:
3030
interval: "monthly"
31+
32+
- package-ecosystem: "devcontainers"
33+
directory: "/"
34+
schedule:
35+
interval: "monthly"

0 commit comments

Comments
 (0)