Skip to content

Commit

Permalink
feat: add devcontainer support (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmlcc authored Sep 11, 2024
1 parent 4275c6b commit 357bdb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm"
}
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ updates:
directory: "/"
schedule:
interval: "monthly"

- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 357bdb4

Please sign in to comment.