This is an automated email from the ASF dual-hosted git repository.

andy 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 5089c6371a GH-2475: Specify the day for weekly schedules
5089c6371a is described below

commit 5089c6371a65e970e1e4feee5e09667cc88f55a1
Author: Andy Seaborne <[email protected]>
AuthorDate: Sat May 18 18:14:08 2024 +0100

    GH-2475: Specify the day for weekly schedules
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5617be819a..0fe8ef065e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,6 +6,7 @@ updates:
     directory: "/"
     schedule:
       interval: "weekly"
+      day: "monday"
     groups:
       maven-patch-group:
         update-types:
@@ -15,11 +16,13 @@ updates:
     directory: "/"
     schedule: 
       interval: monthly
+      day: "tuesday"
     open-pull-requests-limit: 10
   - package-ecosystem: "npm"
     directory: "/jena-fuseki2/jena-fuseki-ui"
     schedule:
       interval: "weekly"
+      day: "wednesday"
     versioning-strategy: increase-if-necessary
     groups:
       npm-patch-group:

Reply via email to