ci: supply-chain sweep — Dependabot grouped config - #45
Merged
Conversation
Adds .github/dependabot.yml with a weekly schedule and grouped PRs (routine minor/patch in one PR, major in another) so Dependabot never floods the queue with ungrouped update PRs. Third-party action SHA-pinning was completed in #42; this adds the updater so those pins receive security patches going forward. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Completes the supply-chain sweep for this repo (part of lentago/.github#113 and lentago/.github#114).
SHA-pinning (lentago/.github#113): Already done — PR #42 pinned all third-party actions to immutable 40-character commit SHAs. The verification check confirms no unpinned third-party references remain:
Dependabot config (lentago/.github#114): Adds
.github/dependabot.ymlwith a weekly schedule and two groups per ecosystem —actions-routine(minor/patch) andactions-major(major) — so updates arrive as at most two grouped PRs rather than one per action. Onlygithub-actionsecosystem applies; this repo has nopackage.json,requirements.txt, or Dockerfiles.No workflow logic, triggers, or job structure changed.