chore(dependabot): add 4-day cooldown, exempt Docker from cooldown -- Review and Merge - #79
Open
timjensen-wk wants to merge 1 commit into
Open
chore(dependabot): add 4-day cooldown, exempt Docker from cooldown -- Review and Merge#79timjensen-wk wants to merge 1 commit into
timjensen-wk wants to merge 1 commit into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
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.
Dependabot 4-day cooldown rollout
This PR is part of an org-wide rollout of a 4-day Dependabot cooldown (JFrog Curation compatibility -- see linked policy). Docker/OS-image ecosystems (
docker,docker-compose,devcontainers) are exempted from cooldown entirely (exclude: ["*"]) since they don't route through Artifactory/Curation.github-actionsentries are left hands-off per policy (no cooldown added if none existed; existing cooldown left untouched if present).No
.github/dependabot.yml/.yamlexisted in this repo before this PR. A new minimal.github/dependabot.ymlwas bootstrapped based on detected ecosystems:github-actions,npm.Every non-OS-image, non-github-actions entry either got a new
cooldown.default-days: 4block, or (if it already haddefault-days >= 4) was left untouched -- nothing was silently lowered.Diff
This PR was opened by an automated org-wide rollout; please review and merge.