From 25c5f45485d091a431d1173b21eb47c223c63c20 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 9 Jun 2022 07:50:28 +1000 Subject: [PATCH] modify after review and discussion --- .github/dependabot.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 61ba0378bbd4..b779cbf03f76 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,12 @@ version: 2 updates: - package-ecosystem: "maven" directory: "/" - open-pull-requests-limit: 20 + open-pull-requests-limit: 30 target-branch: "jetty-9.4.x" schedule: interval: "monthly" - day: 1 + day: "saturday" + time: "02:00" # Associate with milestone 9.4.x milestone: 3 ignore: @@ -32,11 +33,12 @@ updates: - package-ecosystem: "maven" directory: "/" - open-pull-requests-limit: 20 + open-pull-requests-limit: 50 target-branch: "jetty-10.0.x" schedule: interval: "monthly" - day: 5 + day: "saturday" + time: "02:00" # Associate with milestone 10.0.x milestone: 6 ignore: @@ -74,11 +76,12 @@ updates: - package-ecosystem: "maven" directory: "/" - open-pull-requests-limit: 20 + open-pull-requests-limit: 30 target-branch: "jetty-11.0.x" schedule: interval: "monthly" - day: 10 + day: "saturday" + time: "02:00" # Associate with milestone 11.0.x milestone: 7 ignore: