From 80221e2f68f144449eed3e1b3240af6e866665ea Mon Sep 17 00:00:00 2001 From: Takuya <46385936+Takuya-Miyazaki@users.noreply.github.com> Date: Sat, 23 Nov 2024 02:59:14 +0900 Subject: [PATCH] Create devcontainer.json Add a file. Signed-off-by: Takuya <46385936+Takuya-Miyazaki@users.noreply.github.com> --- .github/devcontainer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/devcontainer.json diff --git a/.github/devcontainer.json b/.github/devcontainer.json new file mode 100644 index 000000000..dc0ebaced --- /dev/null +++ b/.github/devcontainer.json @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "devcontainers" # See documentation for possible values + directory: "/" + schedule: + interval: weekly