diff --git a/src/alpine/.github/dependabot.yml b/src/alpine/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/alpine/.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 diff --git a/src/alpine/devcontainer-template.json b/src/alpine/devcontainer-template.json index cfa7c818..14f60299 100644 --- a/src/alpine/devcontainer-template.json +++ b/src/alpine/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "alpine", - "version": "3.0.0", + "version": "3.1.0", "name": "Alpine", "description": "Simple Alpine container with Git installed.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/alpine", diff --git a/src/anaconda-postgres/.github/dependabot.yml b/src/anaconda-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/anaconda-postgres/.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 diff --git a/src/anaconda-postgres/devcontainer-template.json b/src/anaconda-postgres/devcontainer-template.json index f0d1b46e..c1440c93 100644 --- a/src/anaconda-postgres/devcontainer-template.json +++ b/src/anaconda-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "anaconda-postgres", - "version": "1.1.3", + "version": "1.2.0", "name": "Anaconda (Python 3) & PostgreSQL", "description": "Develop Anaconda & PostgreSQL applications in Python3. Installs dependencies from your environment.yml file and the Python extension.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/anaconda-postgres", diff --git a/src/anaconda/.github/dependabot.yml b/src/anaconda/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/anaconda/.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 diff --git a/src/anaconda/devcontainer-template.json b/src/anaconda/devcontainer-template.json index 3ff0d99d..58149a07 100644 --- a/src/anaconda/devcontainer-template.json +++ b/src/anaconda/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "anaconda", - "version": "1.1.1", + "version": "1.2.0", "name": "Anaconda (Python 3)", "description": "Develop Anaconda applications in Python3. Installs dependencies from your environment.yml file and the Python extension.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/anaconda", diff --git a/src/cpp-mariadb/.github/dependabot.yml b/src/cpp-mariadb/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/cpp-mariadb/.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 diff --git a/src/cpp-mariadb/devcontainer-template.json b/src/cpp-mariadb/devcontainer-template.json index 26a562c2..1d13a85d 100644 --- a/src/cpp-mariadb/devcontainer-template.json +++ b/src/cpp-mariadb/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp-mariadb", - "version": "2.0.0", + "version": "2.1.0", "name": "C++ & MariaDB", "description": "Develop C++ applications on Linux. Includes Debian C++ build tools.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp-mariadb", diff --git a/src/cpp/.github/dependabot.yml b/src/cpp/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/cpp/.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 diff --git a/src/cpp/devcontainer-template.json b/src/cpp/devcontainer-template.json index 2ceac36e..7b3402c0 100644 --- a/src/cpp/devcontainer-template.json +++ b/src/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "2.0.0", + "version": "2.1.0", "name": "C++", "description": "Develop C++ applications on Linux. Includes Debian C++ build tools.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp", diff --git a/src/debian/.github/dependabot.yml b/src/debian/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/debian/.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 diff --git a/src/debian/devcontainer-template.json b/src/debian/devcontainer-template.json index fb3f6141..42d22be2 100644 --- a/src/debian/devcontainer-template.json +++ b/src/debian/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "debian", - "version": "2.1.0", + "version": "2.2.0", "name": "Debian", "description": "Simple Debian container with Git installed.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/debian", diff --git a/src/docker-existing-docker-compose/.github/dependabot.yml b/src/docker-existing-docker-compose/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/docker-existing-docker-compose/.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 diff --git a/src/docker-existing-docker-compose/devcontainer-template.json b/src/docker-existing-docker-compose/devcontainer-template.json index 71b4ed93..601b41fb 100644 --- a/src/docker-existing-docker-compose/devcontainer-template.json +++ b/src/docker-existing-docker-compose/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "docker-existing-docker-compose", - "version": "1.1.2", + "version": "1.2.0", "name": "Existing Docker Compose (Extend)", "description": "Sample illustrating how to extend an existing Docker Compose file for use in a dev container.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/docker-existing-docker-compose", diff --git a/src/docker-existing-dockerfile/.github/dependabot.yml b/src/docker-existing-dockerfile/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/docker-existing-dockerfile/.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 diff --git a/src/docker-existing-dockerfile/devcontainer-template.json b/src/docker-existing-dockerfile/devcontainer-template.json index fa947514..f1d6379c 100644 --- a/src/docker-existing-dockerfile/devcontainer-template.json +++ b/src/docker-existing-dockerfile/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "docker-existing-dockerfile", - "version": "1.2.1", + "version": "1.3.0", "name": "Existing Dockerfile", "description": "Sample illustrating reuse of an existing Dockefile.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile", diff --git a/src/docker-in-docker/.github/dependabot.yml b/src/docker-in-docker/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/docker-in-docker/.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 diff --git a/src/docker-in-docker/devcontainer-template.json b/src/docker-in-docker/devcontainer-template.json index 3989864f..eeccc03f 100644 --- a/src/docker-in-docker/devcontainer-template.json +++ b/src/docker-in-docker/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "docker-in-docker", - "version": "1.2.0", + "version": "1.3.0", "name": "Docker in Docker", "description": "Create child containers _inside_ a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/docker-in-docker", diff --git a/src/docker-outside-of-docker-compose/.github/dependabot.yml b/src/docker-outside-of-docker-compose/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/docker-outside-of-docker-compose/.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 diff --git a/src/docker-outside-of-docker-compose/devcontainer-template.json b/src/docker-outside-of-docker-compose/devcontainer-template.json index fc09e695..61cd3ed8 100644 --- a/src/docker-outside-of-docker-compose/devcontainer-template.json +++ b/src/docker-outside-of-docker-compose/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "docker-outside-of-docker-compose", - "version": "2.2.0", + "version": "2.3.0", "name": "Docker outside of Docker Compose", "description": "Access your host's Docker install from inside a container when using Docker Compose. Installs Docker extension in the container along with needed CLIs.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/docker-outside-of-docker-compose", diff --git a/src/docker-outside-of-docker/.github/dependabot.yml b/src/docker-outside-of-docker/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/docker-outside-of-docker/.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 diff --git a/src/docker-outside-of-docker/devcontainer-template.json b/src/docker-outside-of-docker/devcontainer-template.json index d314440c..e3632253 100644 --- a/src/docker-outside-of-docker/devcontainer-template.json +++ b/src/docker-outside-of-docker/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "docker-outside-of-docker", - "version": "1.2.0", + "version": "1.3.0", "name": "Docker outside of Docker", "description": "Access your host's Docker install from inside a dev container. Installs Docker extension in the container along with needed CLIs.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/docker-outside-of-docker", diff --git a/src/dotnet-fsharp/.github/dependabot.yml b/src/dotnet-fsharp/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/dotnet-fsharp/.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 diff --git a/src/dotnet-fsharp/devcontainer-template.json b/src/dotnet-fsharp/devcontainer-template.json index 7de4d3e3..db52347d 100644 --- a/src/dotnet-fsharp/devcontainer-template.json +++ b/src/dotnet-fsharp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet-fsharp", - "version": "3.0.0", + "version": "3.1.0", "name": "F# (.NET)", "description": "Develop F# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-fsharp", diff --git a/src/dotnet-mssql/.github/dependabot.yml b/src/dotnet-mssql/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/dotnet-mssql/.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 diff --git a/src/dotnet-mssql/devcontainer-template.json b/src/dotnet-mssql/devcontainer-template.json index 5e07dd1d..c690ed85 100644 --- a/src/dotnet-mssql/devcontainer-template.json +++ b/src/dotnet-mssql/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet-mssql", - "version": "3.0.0", + "version": "3.1.0", "name": "C# (.NET) and MS SQL", "description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and an MS SQL container for parallel database development. Adds an additional MS SQL container to the C# (.NET Core) container definition and deploys any .dacpac files from the mssql .devcontainer folder.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-mssql", diff --git a/src/dotnet-postgres/.github/dependabot.yml b/src/dotnet-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/dotnet-postgres/.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 diff --git a/src/dotnet-postgres/devcontainer-template.json b/src/dotnet-postgres/devcontainer-template.json index db283e47..d38321ef 100644 --- a/src/dotnet-postgres/devcontainer-template.json +++ b/src/dotnet-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet-postgres", - "version": "3.0.0", + "version": "3.1.0", "name": "C# (.NET) and PostgreSQL", "description": "Develop C# and .NET Core based applications. Includes all needed SDKs, extensions, dependencies and a PostgreSQL container for parallel database development. Adds an additional PostgreSQL container to the C# (.NET Core) container definition.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet-postgres", diff --git a/src/dotnet/.github/dependabot.yml b/src/dotnet/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/dotnet/.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 diff --git a/src/dotnet/devcontainer-template.json b/src/dotnet/devcontainer-template.json index c80642d4..4900cb2c 100644 --- a/src/dotnet/devcontainer-template.json +++ b/src/dotnet/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "3.0.0", + "version": "3.1.0", "name": "C# (.NET)", "description": "Develop C# and .NET based applications. Includes all needed SDKs, extensions, and dependencies.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/dotnet", diff --git a/src/go-postgres/.github/dependabot.yml b/src/go-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/go-postgres/.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 diff --git a/src/go-postgres/devcontainer-template.json b/src/go-postgres/devcontainer-template.json index 67907adb..6e07658a 100644 --- a/src/go-postgres/devcontainer-template.json +++ b/src/go-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "go-postgres", - "version": "3.0.0", + "version": "3.1.0", "name": "Go & PostgreSQL", "description": "Use and develop Go + Postgres applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go-postgres", diff --git a/src/go/.github/dependabot.yml b/src/go/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/go/.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 diff --git a/src/go/devcontainer-template.json b/src/go/devcontainer-template.json index f069b14b..d19fbcd5 100644 --- a/src/go/devcontainer-template.json +++ b/src/go/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "3.0.0", + "version": "3.1.0", "name": "Go", "description": "Develop Go based applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go", diff --git a/src/java-postgres/.github/dependabot.yml b/src/java-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/java-postgres/.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 diff --git a/src/java-postgres/devcontainer-template.json b/src/java-postgres/devcontainer-template.json index ce69015e..6363a031 100644 --- a/src/java-postgres/devcontainer-template.json +++ b/src/java-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "java-postgres", - "version": "3.0.0", + "version": "3.1.0", "name": "Java & PostgreSQL", "description": "Develop applications with Java and PostgreSQL. Includes a Java application container and PostgreSQL server.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/java-postgres", diff --git a/src/java/.github/dependabot.yml b/src/java/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/java/.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 diff --git a/src/java/devcontainer-template.json b/src/java/devcontainer-template.json index 7d7ed950..1c6ae5f8 100644 --- a/src/java/devcontainer-template.json +++ b/src/java/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "java", - "version": "3.0.0", + "version": "3.1.0", "name": "Java", "description": "Develop Java applications. Includes the JDK and Java extensions.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/java", diff --git a/src/javascript-node-mongo/.github/dependabot.yml b/src/javascript-node-mongo/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/javascript-node-mongo/.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 diff --git a/src/javascript-node-mongo/devcontainer-template.json b/src/javascript-node-mongo/devcontainer-template.json index 396daf7a..4dad2a38 100644 --- a/src/javascript-node-mongo/devcontainer-template.json +++ b/src/javascript-node-mongo/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "javascript-node-mongo", - "version": "3.0.0", + "version": "3.1.0", "name": "Node.js & Mongo DB", "description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn in a container linked to a Mongo DB.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo", diff --git a/src/javascript-node-postgres/.github/dependabot.yml b/src/javascript-node-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/javascript-node-postgres/.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 diff --git a/src/javascript-node-postgres/devcontainer-template.json b/src/javascript-node-postgres/devcontainer-template.json index 914a4dbd..4270cfe7 100644 --- a/src/javascript-node-postgres/devcontainer-template.json +++ b/src/javascript-node-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "javascript-node-postgres", - "version": "3.0.0", + "version": "3.1.0", "name": "Node.js & PostgreSQL", "description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint, and yarn in a container linked to a Postgres DB container", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-postgres", diff --git a/src/javascript-node/.github/dependabot.yml b/src/javascript-node/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/javascript-node/.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 diff --git a/src/javascript-node/devcontainer-template.json b/src/javascript-node/devcontainer-template.json index 0ab53b4f..354ba10f 100644 --- a/src/javascript-node/devcontainer-template.json +++ b/src/javascript-node/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "javascript-node", - "version": "3.0.0", + "version": "3.1.0", "name": "Node.js & JavaScript", "description": "Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node", diff --git a/src/jekyll/.github/dependabot.yml b/src/jekyll/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/jekyll/.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 diff --git a/src/jekyll/devcontainer-template.json b/src/jekyll/devcontainer-template.json index db662579..b9e7a001 100644 --- a/src/jekyll/devcontainer-template.json +++ b/src/jekyll/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "jekyll", - "version": "2.1.0", + "version": "2.2.0", "name": "Jekyll", "description": "Develop static sites with Jekyll, includes everything you need to get up and running.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/jekyll", diff --git a/src/kubernetes-helm-minikube/.github/dependabot.yml b/src/kubernetes-helm-minikube/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/kubernetes-helm-minikube/.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 diff --git a/src/kubernetes-helm-minikube/devcontainer-template.json b/src/kubernetes-helm-minikube/devcontainer-template.json index d5fdc7f1..f1fe7233 100644 --- a/src/kubernetes-helm-minikube/devcontainer-template.json +++ b/src/kubernetes-helm-minikube/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "kubernetes-helm-minikube", - "version": "2.1.0", + "version": "2.2.0", "name": "Kubernetes - Minikube-in-Docker", "description": "Access an embedded minikube instance or remote a Kubernetes cluster from inside a dev container. Includes kubectl, Helm, minikube, and the Docker.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/kubernetes-helm-minikube", diff --git a/src/kubernetes-helm/.github/dependabot.yml b/src/kubernetes-helm/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/kubernetes-helm/.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 diff --git a/src/kubernetes-helm/devcontainer-template.json b/src/kubernetes-helm/devcontainer-template.json index 34163d4c..68142eaa 100644 --- a/src/kubernetes-helm/devcontainer-template.json +++ b/src/kubernetes-helm/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "kubernetes-helm", - "version": "1.3.0", + "version": "1.4.0", "name": "Kubernetes - Local Configuration", "description": "Access a local (or remote) Kubernetes cluster from inside a dev container using your local config. Includes kubectl, Helm, and the Docker CLI.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/kubernetes-helm", diff --git a/src/markdown/.github/dependabot.yml b/src/markdown/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/markdown/.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 diff --git a/src/markdown/devcontainer-template.json b/src/markdown/devcontainer-template.json index bba3abe6..3df4d12d 100644 --- a/src/markdown/devcontainer-template.json +++ b/src/markdown/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "markdown", - "version": "1.0.5", + "version": "1.1.0", "name": "Markdown", "description": "A simple container for editing markdown.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/markdown", diff --git a/src/miniconda-postgres/.github/dependabot.yml b/src/miniconda-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/miniconda-postgres/.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 diff --git a/src/miniconda-postgres/devcontainer-template.json b/src/miniconda-postgres/devcontainer-template.json index a2d97cc6..dbc8f790 100644 --- a/src/miniconda-postgres/devcontainer-template.json +++ b/src/miniconda-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "miniconda-postgres", - "version": "1.1.3", + "version": "1.2.0", "name": "Miniconda & PostgreSQL (Python 3)", "description": "Develop Miniconda & PostgreSQL applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda-postgres", diff --git a/src/miniconda/.github/dependabot.yml b/src/miniconda/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/miniconda/.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 diff --git a/src/miniconda/devcontainer-template.json b/src/miniconda/devcontainer-template.json index 53678510..5f3ce5af 100644 --- a/src/miniconda/devcontainer-template.json +++ b/src/miniconda/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "miniconda", - "version": "1.1.1", + "version": "1.2.0", "name": "Miniconda (Python 3)", "description": "Develop Miniconda applications in Python 3. Installs dependencies from your environment.yml file and the Python extension.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/miniconda", diff --git a/src/php-mariadb/.github/dependabot.yml b/src/php-mariadb/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/php-mariadb/.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 diff --git a/src/php-mariadb/devcontainer-template.json b/src/php-mariadb/devcontainer-template.json index 773f7803..4d7c8859 100644 --- a/src/php-mariadb/devcontainer-template.json +++ b/src/php-mariadb/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "php-mariadb", - "version": "3.0.0", + "version": "3.1.0", "name": "PHP & MariaDB", "description": "Develop PHP applications with MariaDB (MySQL Compatible).", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php-mariadb", diff --git a/src/php/.github/dependabot.yml b/src/php/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/php/.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 diff --git a/src/php/devcontainer-template.json b/src/php/devcontainer-template.json index 1e568187..6b2d2a39 100644 --- a/src/php/devcontainer-template.json +++ b/src/php/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "php", - "version": "3.0.0", + "version": "3.1.0", "name": "PHP", "description": "Develop PHP based applications. Includes needed tools, extensions, and dependencies.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php", diff --git a/src/postgres/.github/dependabot.yml b/src/postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/postgres/.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 diff --git a/src/postgres/devcontainer-template.json b/src/postgres/devcontainer-template.json index 2af63257..7e1ac39f 100644 --- a/src/postgres/devcontainer-template.json +++ b/src/postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "postgres", - "version": "2.0.1", + "version": "2.1.0", "name": "Python 3 & PostgreSQL", "description": "Develop applications with Python 3 and PostgreSQL. Includes a Python application container and PostgreSQL server.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/postgres", diff --git a/src/powershell/.github/dependabot.yml b/src/powershell/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/powershell/.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 diff --git a/src/powershell/devcontainer-template.json b/src/powershell/devcontainer-template.json index 5583fa74..86d3502c 100644 --- a/src/powershell/devcontainer-template.json +++ b/src/powershell/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "powershell", - "version": "1.1.0", + "version": "1.2.0", "name": "Powershell", "description": "Develop PowerShell scripts without installing anything locally.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/powershell", diff --git a/src/python/.github/dependabot.yml b/src/python/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/python/.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 diff --git a/src/python/devcontainer-template.json b/src/python/devcontainer-template.json index b083ed4a..3776297a 100644 --- a/src/python/devcontainer-template.json +++ b/src/python/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "3.0.0", + "version": "3.1.0", "name": "Python 3", "description": "Develop Python 3 applications.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/python", diff --git a/src/ruby-rails-postgres/.github/dependabot.yml b/src/ruby-rails-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/ruby-rails-postgres/.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 diff --git a/src/ruby-rails-postgres/devcontainer-template.json b/src/ruby-rails-postgres/devcontainer-template.json index 8205aa02..dd2002bb 100644 --- a/src/ruby-rails-postgres/devcontainer-template.json +++ b/src/ruby-rails-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ruby-rails-postgres", - "version": "3.0.0", + "version": "3.1.0", "name": "Ruby on Rails & Postgres", "description": "Develop Ruby on Rails applications with Postgres. Includes a Rails application container and PostgreSQL server.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby-rails-postgres", diff --git a/src/ruby/.github/dependabot.yml b/src/ruby/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/ruby/.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 diff --git a/src/ruby/devcontainer-template.json b/src/ruby/devcontainer-template.json index 19455521..7c3421cb 100644 --- a/src/ruby/devcontainer-template.json +++ b/src/ruby/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ruby", - "version": "3.0.0", + "version": "3.1.0", "name": "Ruby", "description": "Develop Ruby based applications. includes everything you need to get up and running.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby", diff --git a/src/rust-postgres/.github/dependabot.yml b/src/rust-postgres/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/rust-postgres/.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 diff --git a/src/rust-postgres/devcontainer-template.json b/src/rust-postgres/devcontainer-template.json index d32353e3..eb86da63 100644 --- a/src/rust-postgres/devcontainer-template.json +++ b/src/rust-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust-postgres", - "version": "2.0.0", + "version": "2.1.0", "name": "Rust & PostgreSQL", "description": "Develop applications with Rust and PostgreSQL. Includes a Rust application container and PostgreSQL server.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/rust-postgres", diff --git a/src/rust/.github/dependabot.yml b/src/rust/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/rust/.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 diff --git a/src/rust/devcontainer-template.json b/src/rust/devcontainer-template.json index 2bf4779e..7416a52a 100644 --- a/src/rust/devcontainer-template.json +++ b/src/rust/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "rust", - "version": "2.0.0", + "version": "2.1.0", "name": "Rust", "description": "Develop Rust based applications. Includes appropriate runtime args and everything you need to get up and running.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/rust", diff --git a/src/typescript-node/.github/dependabot.yml b/src/typescript-node/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/typescript-node/.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 diff --git a/src/typescript-node/devcontainer-template.json b/src/typescript-node/devcontainer-template.json index 5f1e8d76..b8694f9a 100644 --- a/src/typescript-node/devcontainer-template.json +++ b/src/typescript-node/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "typescript-node", - "version": "3.0.0", + "version": "3.1.0", "name": "Node.js & TypeScript", "description": "Develop Node.js based applications in TypeScript. Includes Node.js, eslint, nvm, yarn, and the TypeScript compiler.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/typescript-node", diff --git a/src/ubuntu/.github/dependabot.yml b/src/ubuntu/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/ubuntu/.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 diff --git a/src/ubuntu/devcontainer-template.json b/src/ubuntu/devcontainer-template.json index bbd4e2f8..16da35a2 100644 --- a/src/ubuntu/devcontainer-template.json +++ b/src/ubuntu/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "ubuntu", - "version": "1.1.0", + "version": "1.2.0", "name": "Ubuntu", "description": "A simple Ubuntu container with Git and other common utilities installed.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ubuntu", diff --git a/src/universal/.github/dependabot.yml b/src/universal/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/src/universal/.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 diff --git a/src/universal/devcontainer-template.json b/src/universal/devcontainer-template.json index 5d65849c..f45a9c37 100644 --- a/src/universal/devcontainer-template.json +++ b/src/universal/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "universal", - "version": "1.0.5", + "version": "1.1.0", "name": "Default Linux Universal", "description": "Use or extend the new Ubuntu-based default, large, multi-language universal container for GitHub Codespaces.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/universal",