From 255baca6ac041fd534895bb98df128593af64b7b Mon Sep 17 00:00:00 2001 From: nashaofu Date: Sat, 14 Dec 2024 02:18:55 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9devcontainer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 7 +++++-- .github/dependabot.yml | 12 ++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a9149d4..ceb8e0b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,6 +23,9 @@ // } // ] + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [6080, 5901], @@ -33,9 +36,9 @@ "customizations": { "vscode": { "extensions": [ - "wengerk.highlight-bad-chars", "streetsidesoftware.code-spell-checker", - "EditorConfig.EditorConfig", + "wengerk.highlight-bad-chars", + "editorconfig.editorconfig", "tamasfe.even-better-toml", "rust-lang.rust-analyzer" ] diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f33a02c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# 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 more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot + +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly