Skip to content

chore(dependabot): add 4-day cooldown, exempt Docker from cooldown -- Review and Merge - #79

Open
timjensen-wk wants to merge 1 commit into
masterfrom
chore/dependabot-cooldown-4day
Open

chore(dependabot): add 4-day cooldown, exempt Docker from cooldown -- Review and Merge#79
timjensen-wk wants to merge 1 commit into
masterfrom
chore/dependabot-cooldown-4day

Conversation

@timjensen-wk

Copy link
Copy Markdown

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-actions entries are left hands-off per policy (no cooldown added if none existed; existing cooldown left untouched if present).

No .github/dependabot.yml/.yaml existed in this repo before this PR. A new minimal .github/dependabot.yml was bootstrapped based on detected ecosystems: github-actions,npm.

Every non-OS-image, non-github-actions entry either got a new cooldown.default-days: 4 block, or (if it already had default-days >= 4) was left untouched -- nothing was silently lowered.

Diff

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..c42c6e1
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+  - package-ecosystem: "npm"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+    cooldown:
+      default-days: 4
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"

This PR was opened by an automated org-wide rollout; please review and merge.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-advanced-security

Copy link
Copy Markdown

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:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants