chore(ci): add Mergify Dependabot batching + dependabot.yml#14
Merged
Conversation
Mirrors the pattern in cueapi-core / cueapi-cli / cueapi/cueapi: - .mergify.yml: 5-at-a-time Dependabot batch with 30 min max wait, gated on the new `Typecheck, Test, Build` check from #3. - .github/dependabot.yml: weekly Monday npm + GitHub Actions updates with patch+minor grouping. Mergify GitHub App is installed on the cueapi org with all-repositories access (since 2026-05-04T10:24); this config will activate on merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…y-paste error from #3) The SHA f677139bbe7f9c59b41e40162b753c062f5d49a3 is for actions/setup-python@v5.3.0, not actions/setup-node. CI failed with "Unable to resolve action ... unable to find version" on every run since #3 merged. Replacing with actions/setup-node@v4.4.0's correct SHA so CI actually runs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mirrors the pattern shipped in cueapi-core (#31, #43), cueapi-cli (#32, #36), and cueapi/cueapi (#624, #626). Mergify GitHub App is already installed on the cueapi org.
🤖 Generated with Claude Code