diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..4e0fe2d --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,3 @@ +{ + "image": "mcr.microsoft.com/devcontainers/rust:1-1-bookworm" +} diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d2ef7c4..0af5aef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,3 +28,8 @@ updates: directory: "/" schedule: interval: "monthly" + + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file