Skip to content

chore: bump coder/slackme/coder from 1.0.30 to 1.0.31 in /dogfood/coder-envbuilder #19274

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/slackme/coder in /dogfood/coder-envbuilder
---
updated-dependencies:
- dependency-name: coder/slackme/coder
  dependency-version: 1.0.31
  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 11, 2025
commit 8b67dd4f6fc824bb4dd0cd1fbae5fcd36d8c33e9
2 changes: 1 addition & 1 deletion dogfood/coder-envbuilder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ data "coder_workspace_owner" "me" {}

module "slackme" {
source = "dev.registry.coder.com/coder/slackme/coder"
version = "1.0.30"
version = "1.0.31"
agent_id = coder_agent.dev.id
auth_provider_id = "slack"
}
Expand Down