chore: remove sample/test dependabot entries to reduce PR noise#1741
Merged
EItanya merged 3 commits intoApr 25, 2026
Conversation
Remove the "Python (uv) — sample applications" and "Docker — sample and test images" sections from dependabot.yml. These generate frequent low-value dependency update PRs for sample apps and test fixtures, adding review fatigue without meaningful security or stability benefit. Signed-off-by: Jaison Paul <paul.jaison@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reduces Dependabot pull request noise by removing update configurations that target sample applications and test fixture images, while keeping Dependabot coverage for core repositories and production artifacts.
Changes:
- Removed the Dependabot Python (uv) entry that tracked dependencies for sample apps and a test fixture directory.
- Removed the Dependabot Docker entry that tracked sample/test image directories.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
@EItanya can you please review this ? This will help make your life easy on Monday :) |
EItanya
approved these changes
Apr 25, 2026
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
/python/samples/*and/go/core/test/e2e/agents/kebab)These two entries generate frequent low-value dependency update PRs for sample apps and test fixtures, adding review fatigue without meaningful security or stability benefit. Core package dependencies (Python workspace, Docker production images) remain tracked.
Test plan