From 6b4c940379543492c379382535c7ffbbb67a42d3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Jul 2026 00:27:08 +0000
Subject: [PATCH] chore: bump the coder-modules group across 2 directories with
1 update (#27035)
Bumps the coder-modules group with 1 update in the /dogfood/coder
directory: coder/vscode-web/coder.
Bumps the coder-modules group with 1 update in the /dogfood/vscode-coder
directory: coder/vscode-web/coder.
Updates `coder/vscode-web/coder` from 1.5.1 to 1.6.0
Updates `coder/vscode-web/coder` from 1.5.1 to 1.6.0
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
dogfood/coder/main.tf | 2 +-
dogfood/vscode-coder/main.tf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf
index a8292a4371..97dc931de8 100644
--- a/dogfood/coder/main.tf
+++ b/dogfood/coder/main.tf
@@ -351,7 +351,7 @@ module "code-server" {
module "vscode-web" {
count = contains(jsondecode(data.coder_parameter.ide_choices.value), "vscode-web") ? data.coder_workspace.me.start_count : 0
source = "dev.registry.coder.com/coder/vscode-web/coder"
- version = "1.5.1"
+ version = "1.6.0"
agent_id = coder_agent.dev.id
folder = local.repo_dir
extensions = ["github.copilot"]
diff --git a/dogfood/vscode-coder/main.tf b/dogfood/vscode-coder/main.tf
index b116ed8858..f01dd36588 100644
--- a/dogfood/vscode-coder/main.tf
+++ b/dogfood/vscode-coder/main.tf
@@ -263,7 +263,7 @@ module "code-server" {
module "vscode-web" {
count = contains(jsondecode(data.coder_parameter.ide_choices.value), "vscode-web") ? data.coder_workspace.me.start_count : 0
source = "dev.registry.coder.com/coder/vscode-web/coder"
- version = "1.5.1"
+ version = "1.6.0"
agent_id = coder_agent.dev.id
folder = local.repo_dir
extensions = ["github.copilot"]