chore(security): add 3-day Dependabot cooldown and grouped updates#41
Open
Copilot wants to merge 2 commits into
Open
chore(security): add 3-day Dependabot cooldown and grouped updates#41Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Copilot created this pull request from a session on behalf of
felickz
May 20, 2026 21:12
View session
|
@copilot fix the failing CI (https://github.com/advanced-security/ghe-cross-instance-committers/actions/runs/26187443244/job/77256252377?pr=41) for this PR |
Author
Addressed in commit I fixed the CI break by restoring ESLint v9 compatibility with the repo’s existing |
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.
This updates Dependabot configuration to enforce a 3-day cooldown on automated update PRs while preserving existing grouping behavior per ecosystem. It also confirms
package-lock.jsonis committed so CInpm ciremains deterministic.Dependabot cadence hardening
cooldown.default-days: 3to every entry underupdatesin.github/dependabot.yml.Grouping behavior preserved
groupsblocks were left intact on both current entries (includinggithub-actions), per requirement to avoid rewriting existing grouping definitions.Deterministic Node install path
package-lock.jsonis present and tracked in the repository for workflow consistency with.github/workflows/nodejs.yml.