Skip to content

Disable Dependabot version updates: bumps come from upstream via sync - #31

Merged
danielblando merged 1 commit into
mainfrom
disable-dependabot-version-updates
Sep 3, 2026
Merged

Disable Dependabot version updates: bumps come from upstream via sync#31
danielblando merged 1 commit into
mainfrom
disable-dependabot-version-updates

Conversation

@danielblando

Copy link
Copy Markdown

Sets open-pull-requests-limit: 0 on every ecosystem in .github/dependabot.yml (gomod, docker, github-actions, npm) and prepends the standard fork header, mirroring aws-observability/cortex-dev.

Forks must take dependency bumps from upstream through the sync, never independently: bumps to upstream-owned files create a permanent divergence that conflicts on every sync, and gomod bumps would rewrite go.mod/go.sum and collide with the replace pins wiring the AMP forks together.

Config validated with yaml.safe_load; all 4 entries carry the limit.

Set open-pull-requests-limit: 0 on every ecosystem (gomod, docker,
github-actions, npm). Independent bumps to upstream-owned files diverge
the fork permanently and conflict on every upstream sync.

AWS-Change: build
AWS-Component: alertmanager
Upstream-Status: none
@danielblando
danielblando merged commit 1b55bb5 into main Sep 3, 2026
9 of 12 checks passed
@danielblando
danielblando deleted the disable-dependabot-version-updates branch September 3, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant