-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add dependabot plugin for dependency updates #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add a skill-based plugin that uses the official Dependabot CLI to check for dependency updates across 16 supported ecosystems with automatic detection. Features: - Auto-detects package managers (npm, terraform, github-actions, etc.) - Supports targeted scans via "use dependabot for <ecosystem>" - Interactive PR creation with flexible strategy (per-ecosystem or combined) - Uses gh CLI for secure authentication Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary of ChangesHello @vnz, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
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 introduces a new dependabot plugin, which is a valuable addition for automating dependency updates. The overall structure, documentation, and skill definition are well-conceived. However, I've identified a critical issue in the dependabot commands within the skill definition that will prevent the plugin from functioning as intended. The repository name is hardcoded to an invalid value, and I've provided suggestions to dynamically determine it. Additionally, there are several inconsistencies in the README.md file concerning file detection for various ecosystems and the example commands, which I've also flagged for correction to ensure accuracy and clarity for users.
- Use dynamic repo detection via gh CLI instead of hardcoded '/' - Fix example commands in README to use <owner/repo> placeholder - Add missing detection files: setup.py (Python), *.dockerfile (Docker), *.fsproj (NuGet) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The Dependabot CLI documentation specifies LOCAL_GITHUB_ACCESS_TOKEN, not GITHUB_ACCESS_TOKEN. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Thanks @gemini-code-assist for the thorough review! All feedback has been addressed in the latest commits: Critical fixes:
Medium fixes:
Additional fix (found during docs verification):
|
|
Thanks for the update, @vnz! I appreciate you addressing the feedback and making these important improvements. The fixes, especially the dynamic repository detection and the updated Great work on these changes! The pull request looks much stronger now. |
Summary
dependabotskill plugin for checking dependency updates using the official Dependabot CLIuse dependabot) and targeted scans (use dependabot for terraform)Files
plugins/dependabot/.claude-plugin/plugin.jsonplugins/dependabot/skills/dependabot.mdplugins/dependabot/README.md.claude-plugin/marketplace.jsonTest plan
prek run --all-filespasses🤖 Generated with Claude Code