Add Dependabot configuration for GitHub Actions#18
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a Dependabot configuration file (.github/dependabot.yml) to automate updates for GitHub Actions. The review feedback correctly identifies that the directory key is required for the github-actions package ecosystem and must be set to "/" to allow Dependabot to locate the workflow files.
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.
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration so this repository can automatically open update PRs for GitHub Actions workflow dependencies.
Changes:
- Introduces
.github/dependabot.ymlto enable weekly GitHub Actions dependency checks. - Groups
actions/*updates and limits the number of simultaneously open Dependabot PRs.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.