chore: add Dependabot and dependency-submission workflow#782
Open
Shashankpgit wants to merge 1 commit into
Open
chore: add Dependabot and dependency-submission workflow#782Shashankpgit wants to merge 1 commit into
Shashankpgit wants to merge 1 commit into
Conversation
Adds .github/dependabot.yml covering the root npm package and github-actions ecosystem. Adds dependency-submission workflow to populate GitHub Dependency Graph every Monday at 03:00 UTC so Dependabot (scheduled at 03:30) sees a fresh transitive dep snapshot. 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
manual tracking.
master(and on a weekly schedule), enabling security vulnerability alerts(Dependabot alerts) for the lockfile-less root package.
Changes
.github/dependabot.yml— configures weekly npm updates (grouped forkarma*/jasmine*) and weekly GitHub Actions updates, both scheduled Monday 03:30 UTC.github/workflows/dependency-submission.yml— generates a lock file (npm install --package-lock-only) and submits it to the Dependency Graph viaadvanced-security/npm-dependency-submission-action@v1; runs on schedule (Monday 03:00 UTC), push tomasteronpackage.jsonchanges, and PRsHow to Test
masterand verify the Dependency Submission workflow runs successfully under Actions.package.jsonare listed.Checklist
!in title and explained in Summary