This is an automated email from the ASF dual-hosted git repository.
afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 4178fb6318 add a cooldown period for dependabot
4178fb6318 is described below
commit 4178fb631852378284aab5b52aff36c3e52aaa3d
Author: Øyvind Gjesdal <[email protected]>
AuthorDate: Fri Mar 27 10:38:50 2026 +0100
add a cooldown period for dependabot
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 819d6305c8..9f08d7b136 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -8,6 +8,8 @@ updates:
schedule:
interval: "weekly"
day: "monday"
+ cooldown:
+ default-days: 7
groups:
maven-patch-group:
update-types:
@@ -30,6 +32,8 @@ updates:
interval: monthly
day: "tuesday"
open-pull-requests-limit: 10
+ cooldown:
+ default-days: 7
- package-ecosystem: "npm"
directory: "/jena-fuseki2/jena-fuseki-ui"
@@ -37,6 +41,8 @@ updates:
interval: "weekly"
day: "wednesday"
versioning-strategy: increase-if-necessary
+ cooldown:
+ default-days: 7
groups:
npm-patch-group:
update-types: