We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4275c6b commit 357bdb4Copy full SHA for 357bdb4
.devcontainer/devcontainer.json
@@ -0,0 +1,3 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm"
3
+}
.github/dependabot.yml
@@ -28,3 +28,8 @@ updates:
28
directory: "/"
29
schedule:
30
interval: "monthly"
31
+
32
+ - package-ecosystem: "devcontainers"
33
+ directory: "/"
34
+ schedule:
35
+ interval: "monthly"
0 commit comments