This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 884955eaf91 dev: Add 14 day dependabot cooldown. (#19241)
884955eaf91 is described below

commit 884955eaf912404527fa903562c59111e159f073
Author: Gian Merlino <[email protected]>
AuthorDate: Tue Mar 31 23:46:37 2026 -0700

    dev: Add 14 day dependabot cooldown. (#19241)
    
    This protects against not-yet-discovered regressions or security
    issues in new releases of dependencies.
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 57464067346..da9a028512f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,6 +5,10 @@ updates:
     schedule:
       interval: "daily"
     open-pull-requests-limit: 20
+    cooldown:
+      # Protect against not-yet-discovered regressions or security issues in 
new releases of dependencies
+      # 
https://github.blog/changelog/2025-07-01-dependabot-supports-configuration-of-a-minimum-package-age/
+      default-days: 14
     ignore:
       # pin ZooKeeper dependencies to 3.5.x
       - dependency-name: "org.apache.zookeeper"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to