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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git


The following commit(s) were added to refs/heads/master by this push:
     new ce8180dd Adding cooldown for dependabot
ce8180dd is described below

commit ce8180dd16e437ac12854bde3fd4021a33706af9
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Dec 8 16:19:42 2025 +0000

    Adding cooldown for dependabot
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ae88cdef..fb90dba7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,6 +18,8 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    cooldown:
+      default-days: 5
     ignore:
       - dependency-name: "jakarta.activation:jakarta.activation-api"
         versions:
@@ -32,3 +34,5 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    cooldown:
+      default-days: 5

Reply via email to