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

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 5012071  adding cooldown for xjc-utils
5012071 is described below

commit 5012071ec4c1c40b82d1042b2e839cc265ccbfb1
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Dec 1 08:24:34 2025 +0000

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c122f32..2400816 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,9 +18,13 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    cooldown:
+      default-days: 5
 
   - package-ecosystem: github-actions
     directory: /
     schedule:
       interval: weekly
+    cooldown:
+      default-days: 5
 

Reply via email to