Skip to content

fix(ci): remove duplicate cargo/services/indexer dependabot entry#980

Merged
wheval merged 1 commit into
ancore-org:mainfrom
wheval:fix/dependabot-duplicate-indexer-entry
Jul 17, 2026
Merged

fix(ci): remove duplicate cargo/services/indexer dependabot entry#980
wheval merged 1 commit into
ancore-org:mainfrom
wheval:fix/dependabot-duplicate-indexer-entry

Conversation

@wheval

@wheval wheval commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Test plan

  • YAML still has exactly one cargo entry each for /contracts and /services/indexer, plus npm and github-actions.
  • Confirm Dependabot config check is green on this PR (no more “Your .github/dependabot.yml contained invalid details”).
  • Optional: after merge, Dependabot can open indexer cargo update PRs again without config errors.

Summary by CodeRabbit

  • Chores
    • Standardized formatting in the automated dependency update configuration.

.github/dependabot.yml had two identical entries for
package-ecosystem: cargo, directory: /services/indexer (one single-quoted,
one double-quoted). GitHub rejects the config as invalid, which surfaces
as a failing Dependabot check on PRs.

Keep a single cargo entry for /services/indexer.
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 65d921ec-b2bc-4297-bdf3-11724bc50ad4

📥 Commits

Reviewing files that changed from the base of the PR and between 7c31505 and 3c7437e.

📒 Files selected for processing (1)
  • .github/dependabot.yml
💤 Files with no reviewable changes (1)
  • .github/dependabot.yml

📝 Walkthrough

Walkthrough

Updated the /services/indexer Cargo entry in .github/dependabot.yml so its dependencies and rust labels match the surrounding YAML quoting style.

Changes

Dependabot configuration

Layer / File(s) Summary
Align indexer dependency labels
.github/dependabot.yml
The /services/indexer Cargo update labels use consistent single-quoted formatting.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title claims a duplicate Dependabot entry was removed, but the PR summary shows only formatting changes to labels in .github/dependabot.yml. Rename the title to describe the actual Dependabot YAML formatting change in /services/indexer, or update the changeset if duplicate removal was intended.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@wheval
wheval merged commit 11b542e into ancore-org:main Jul 17, 2026
19 checks passed
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