This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new b9d90533e0 ci: add cooldown to dependabot (#15796)
b9d90533e0 is described below
commit b9d90533e0e8b376d1fe57a0f25fe30be9d281bf
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Mar 27 14:31:25 2026 -0700
ci: add cooldown to dependabot (#15796)
---
.github/dependabot.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 89b474c488..3322a4802d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -25,6 +25,8 @@ updates:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 50
+ cooldown:
+ default-days: 7
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
@@ -34,6 +36,8 @@ updates:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 5
+ cooldown:
+ default-days: 7
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]