From 6a9cbc56b0e9cc005b7489f1d4c1874cb53d24bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 01:27:50 +0000 Subject: [PATCH] chore: bump coder/cursor/coder from 1.3.0 to 1.3.1 in /dogfood/coder --- updated-dependencies: - dependency-name: coder/cursor/coder dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dogfood/coder/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index a464972cb05b6..1b5aa521b7fd8 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -432,7 +432,7 @@ module "coder-login" { module "cursor" { count = contains(jsondecode(data.coder_parameter.ide_choices.value), "cursor") ? data.coder_workspace.me.start_count : 0 source = "dev.registry.coder.com/coder/cursor/coder" - version = "1.3.0" + version = "1.3.1" agent_id = coder_agent.dev.id folder = local.repo_dir }