Skip to content

refactor(dependabot): split Helm updates into weekly SDK and monthly deps#135

Open
kriscoleman wants to merge 2 commits intoreplicatedhq:mainfrom
kriscoleman:kriscoleman/split-dependabot
Open

refactor(dependabot): split Helm updates into weekly SDK and monthly deps#135
kriscoleman wants to merge 2 commits intoreplicatedhq:mainfrom
kriscoleman:kriscoleman/split-dependabot

Conversation

@kriscoleman
Copy link
Member

Summary

  • Split the single Dependabot Helm entry into two entries sharing the same directories list (via YAML anchor)
  • First entry uses allow to track only the replicated dependency on a weekly schedule, grouped as replicated-sdk
  • Second entry uses ignore to exclude replicated and track all other Helm dependencies on a monthly schedule, grouped as all-other-deps with a * pattern

Test plan

  • Verify Dependabot parses the config correctly (no errors on the repo's Insights → Dependency graph → Dependabot tab)
  • Confirm replicated SDK PRs are opened weekly and grouped under replicated-sdk
  • Confirm other Helm dependency PRs are opened monthly and grouped under all-other-deps

🤖 Generated with Claude Code

kriscoleman and others added 2 commits March 19, 2026 00:04
… deps

Separate the single Dependabot entry into two: one that tracks only the
replicated dependency weekly (via allow), and another that tracks all
remaining Helm dependencies monthly (via ignore + wildcard group). Both
share the same directories list using a YAML anchor.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

2 participants