Skip to content

chore(deps): use docker ecosystem instead of container for pod.yaml updates#17

Merged
sheepdestroyer merged 1 commit into
masterfrom
fix/dependabot-ecosystem
Jun 20, 2026
Merged

chore(deps): use docker ecosystem instead of container for pod.yaml updates#17
sheepdestroyer merged 1 commit into
masterfrom
fix/dependabot-ecosystem

Conversation

@sheepdestroyer

@sheepdestroyer sheepdestroyer commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Changes the invalid package-ecosystem 'container' to 'docker' in .github/dependabot.yml to fix Dependabot image scanning for pod.yaml in the root directory.

Summary by Sourcery

Build:

  • Update Dependabot configuration to use the 'docker' ecosystem instead of the invalid 'container' ecosystem for image scanning in the repository root.

Summary by CodeRabbit

  • Chores
    • Updated Dependabot configuration to ensure proper ecosystem type detection for dependency updates.

@sourcery-ai

sourcery-ai Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates Dependabot configuration to use the supported 'docker' package ecosystem instead of the deprecated/invalid 'container' ecosystem for image scanning of Kubernetes-style YAML manifests in the repo root.

File-Level Changes

Change Details Files
Switch Dependabot package ecosystem from 'container' to 'docker' for image scanning configuration.
  • Update the package-ecosystem value to 'docker' in the Dependabot updates block responsible for container image scanning of pod.yaml and other manifests in the repository root
  • Retain existing scan directory ('/') and daily schedule configuration while correcting only the ecosystem type
.github/dependabot.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

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: 46d9d259-14bb-4be9-a2b4-50ca99eb7b5c

📥 Commits

Reviewing files that changed from the base of the PR and between 0444e01 and 2444198.

📒 Files selected for processing (1)
  • .github/dependabot.yml

📝 Walkthrough

Walkthrough

In .github/dependabot.yml, the package-ecosystem field for the first updates entry is changed from "container" to "docker". All other configuration for that entry (directory, schedule, limits, labels, commit message prefix, reviewers, ignore rules) remains unchanged.

Changes

Dependabot Docker ecosystem fix

Layer / File(s) Summary
Dependabot package-ecosystem rename
.github/dependabot.yml
The package-ecosystem value for the first scheduled scan entry is updated from "container" to "docker".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐇 A single word swapped in a YAML file,
"container" to "docker" — now done in style!
Dependabot hops with a newfound delight,
Scanning your images from morning to night.
One tiny change, but the bunny knows well,
The right ecosystem makes configs excel! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately describes the main change: replacing 'container' with 'docker' ecosystem in the Dependabot configuration for pod.yaml updates.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/dependabot-ecosystem

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 and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dependabot configuration in .github/dependabot.yml by changing the package ecosystem from 'container' to 'docker'. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@sheepdestroyer
sheepdestroyer merged commit 8059250 into master Jun 20, 2026
6 checks passed
@sheepdestroyer
sheepdestroyer deleted the fix/dependabot-ecosystem branch June 20, 2026 21:12
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