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-neethi.git
The following commit(s) were added to refs/heads/master by this push:
new 4ce4dc8 Adding cooldown for dependabot
4ce4dc8 is described below
commit 4ce4dc8a98139243dcea6ba1bc6c4f656052c717
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Dec 8 16:20:05 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 97cd1d7..22eee3a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,7 +18,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ cooldown:
+ default-days: 5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
+ cooldown:
+ default-days: 5