ci(deps): add Dependabot config and bump sharp to 0.33 - #133
Merged
tylercreller merged 1 commit intoSep 18, 2026
Merged
Conversation
RHCLOUD-50315 Add .github/dependabot.yml with npm and github-actions ecosystems on a weekly schedule. Bump sharp from ^0.32.5 to ^0.33.5 to move to a maintained release line (0.32.x is trailing). Workflow permission scoping (FIND-001) and action SHA pinning (FIND-002) require manual changes — bot PAT lacks workflow scope.
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe pull request adds weekly Dependabot updates for npm packages and GitHub Actions. It also updates the ChangesDependency maintenance
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Other Merge Risk: ⚪ Minimal · up to The dependency update and Dependabot configuration introduce no established merge-blocking risk. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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
Addresses RHCLOUD-50315 (FIND-003 and partial FIND-003/sharp bump).
.github/dependabot.ymlwithnpm(weekly, limit 10) andgithub-actions(weekly, limit 5) ecosystemssharpfrom^0.32.5to^0.33.5— moves to a maintained release lineNot included (requires manual action)
The following acceptance criteria require modifying
.github/workflows/files, which the bot's GitHub PAT cannot push (missingworkflowscope):pages: writeandid-token: writepermissions to thedeployjob only; addpermissions: contents: readto thebuildjob indeploy.ymluses:references indeploy.ymlandci.ymlto full 40-character commit SHAsThese changes should be applied manually or by a user with a PAT that includes the
workflowscope.Test plan
sharpresolves to 0.33.x inpackage-lock.json🤖 Generated with Claude Code
Summary by CodeRabbit