chore(deps): add dependabot configuration for github-actions#396
chore(deps): add dependabot configuration for github-actions#396safiya2610 wants to merge 3 commits into
Conversation
Signed-off-by: safiya2610 <lci2023053@iiitl.ac.in>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request introduces a Dependabot configuration file (.github/dependabot.yml) to automatically track and update GitHub Actions dependencies on a weekly basis. The review feedback recommends grouping these updates into a single weekly pull request to minimize notification noise and ensure the configuration file ends with a proper newline character.
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 to automatically check for updates to GitHub Actions used in workflows, supporting the repo’s workflow-hardening effort by keeping pinned action SHAs current.
Changes:
- Added
.github/dependabot.ymltargeting thegithub-actionsecosystem. - Configured a weekly update cadence.
- Set Dependabot PR commit-message prefix to
chore(deps):.
Signed-off-by: safiya2610 <lci2023053@iiitl.ac.in>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Safiya <147792763+safiya2610@users.noreply.github.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #396 +/- ##
===========================================
+ Coverage 47.57% 58.66% +11.09%
===========================================
Files 30 37 +7
Lines 2819 3491 +672
===========================================
+ Hits 1341 2048 +707
+ Misses 1338 1234 -104
- Partials 140 209 +69
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@zhzhuang-zju Please review this PR too. |
Fixes #392
Description
As requested, adding a standalone Dependabot configuration to automatically track and update pinned SHAs for our GitHub Actions workflows. This ensures our actions stay up-to-date and secure without manual overhead.
Key Changes
.github/dependabot.ymltargeting thegithub-actionsecosystem.weekly.chore(deps):).