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-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new 2e10f741d Adding cooldown for dependabot
2e10f741d is described below
commit 2e10f741d49cca186334045918edadc68fc011cd
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Dec 8 16:19:14 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 62b7786a7..d71fd9d65 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: "org.apache.maven.plugins:maven-source-plugin"
versions:
@@ -28,3 +30,5 @@ updates:
directory: /
schedule:
interval: weekly
+ cooldown:
+ default-days: 5