From 6e91a7e1b735ce9a1f6f7a6be1f1deb7b77b5616 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Fri, 15 Mar 2024 06:58:21 +0300 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- .github/dependabot.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a6c3b1ae..da799a01 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "C# (.NET)", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/dotnet:8.0" + "image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0-bookworm" // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc86561e..b8034359 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,8 @@ # 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# 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: