Skip to content

chore: bump coder/dotfiles/coder from 1.2.0 to 1.2.1 in /dogfood/coder #19138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump coder/dotfiles/coder from 1.2.0 to 1.2.1 in /dogfood/coder
---
updated-dependencies:
- dependency-name: coder/dotfiles/coder
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2025
commit 9e277d5852cda3ffc92e54b987ddfde48ce1b360
2 changes: 1 addition & 1 deletion dogfood/coder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ module "slackme" {
module "dotfiles" {
count = data.coder_workspace.me.start_count
source = "dev.registry.coder.com/coder/dotfiles/coder"
version = "1.2.0"
version = "1.2.1"
agent_id = coder_agent.dev.id
}

Expand Down