Skip to content

chore: dependabot grouping + auto-merge patches#3

Closed
lkmotto wants to merge 1 commit into
mainfrom
chore/dependabot-grouping-auto-merge
Closed

chore: dependabot grouping + auto-merge patches#3
lkmotto wants to merge 1 commit into
mainfrom
chore/dependabot-grouping-auto-merge

Conversation

@lkmotto

@lkmotto lkmotto commented May 11, 2026

Copy link
Copy Markdown
Owner

Fleet readiness fix (MOT-27): Dependabot grouping + auto-merge for patch updates.

Adds:

  • .github/dependabot.yml — weekly grouped updates (one PR per ecosystem
    per week, all minor/patch grouped). Ecosystems enabled: github-actions, pip (/), npm (/).
  • .github/workflows/dependabot-auto-merge.yml — auto-merges Dependabot
    PRs labeled auto-merge-ok when the update type is semver-patch
    and CI is green (uses gh pr merge --auto --squash, so it only fires
    once required checks pass).

This should flip dependency_update_automation from FAIL→PASS for this
repo on the next readiness scan.

Adds .github/dependabot.yml with weekly grouped minor+patch updates per
ecosystem (github-actions, pip, npm) and
.github/workflows/dependabot-auto-merge.yml which auto-merges Dependabot
PRs labeled 'auto-merge-ok' when the update is a patch and CI is green.

Part of MOT-27.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@lkmotto lkmotto added fleet-fix Fleet readiness automation fix auto-merge-ok Safe to auto-merge once CI is green labels May 11, 2026
@lkmotto lkmotto closed this May 11, 2026
@lkmotto lkmotto deleted the chore/dependabot-grouping-auto-merge branch May 11, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-ok Safe to auto-merge once CI is green fleet-fix Fleet readiness automation fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant