Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: fix dependabot terraform module grouping pattern#20992

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
matifali merged 1 commit intomainfromfix-dependabot-terraform-grouping
Dec 1, 2025

Conversation

@matifali
Copy link
Member

Fixes the terraform module grouping pattern in dependabot.yaml that wasn't working.

Problem

Dependabot was creating individual PRs for each Coder terraform module instead of grouping them together.

Root Cause

The patternregistry.coder.com/coder/*/coder included the registry hostname, but dependabot strips the hostname when naming dependencies. So a module sourced from:

source="registry.coder.com/coder/code-server/coder"

Gets namedcoder/code-server/coder by dependabot (without the hostname).

Fix

Changed the pattern fromregistry.coder.com/coder/*/coder tocoder/*/coder to match the actual dependency names dependabot uses.

This will group updates for modules from bothregistry.coder.com anddev.registry.coder.com since the hostname is stripped in both cases.

Copy link
Contributor

@jdomeracki-coderjdomeracki-coder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM

matifali reacted with thumbs up emoji
@matifalimatifali merged commit012d1cb intomainDec 1, 2025
30 checks passed
@matifalimatifali deleted the fix-dependabot-terraform-grouping branchDecember 1, 2025 08:51
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsDec 1, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@jdomeracki-coderjdomeracki-coderjdomeracki-coder approved these changes

@ibetitsmikeibetitsmikeAwaiting requested review from ibetitsmike

Assignees

@matifalimatifali

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@matifali@jdomeracki-coder

[8]ページ先頭

©2009-2025 Movatter.jp