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-build-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 1826e18  Adding cooldown to dependabot
1826e18 is described below

commit 1826e1833b4e5cb627a2fcf919d3982d4f823198
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Dec 2 06:35:15 2025 +0000

    Adding cooldown to dependabot
---
 .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