chore(dependabot): add 4-day cooldown, exempt Docker from cooldown -- Review and Merge - #161
Open
timjensen-wk wants to merge 1 commit into
Open
chore(dependabot): add 4-day cooldown, exempt Docker from cooldown -- Review and Merge#161timjensen-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.
Summary
Part of the org-wide rollout of a 4-day Dependabot cooldown (to match JFrog Curation's 3-day window), with Docker/OS-image ecosystems exempted from cooldown entirely.
This repo had no
.github/dependabot.ymlbefore this PR — this is a bootstrap of a new, minimal config (per the batch's bootstrap override), not just a cooldown adjustment.Ecosystems detected vs. configured (new file)
pip(requirements.txt,requirements_dev.txt,setup.pyat repo root) — new entry,cooldown.default-days: 4.docker(tests/functional/Dockerfile) — new entry,cooldown.exclude: ["*"](OS-image ecosystem, exempt).docker-compose(tests/functional/docker-compose.yaml) — new entry,cooldown.exclude: ["*"](OS-image ecosystem, exempt)..github/workflowsdirectory exists in this repo, so nogithub-actionsentry was added.New file
Notes
weekly(no pre-existing config to match).registries:block; none added.dependabot-2.0.jsonschema — no violations.