From c15cc129c15493ae7af9f1a3df9b87373b4c32bc Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 8 Jun 2022 13:41:44 +1000 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 40e1229c4fc9..61ba0378bbd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,8 @@ updates: open-pull-requests-limit: 20 target-branch: "jetty-9.4.x" schedule: - interval: "daily" + interval: "monthly" + day: 1 # Associate with milestone 9.4.x milestone: 3 ignore: @@ -34,7 +35,8 @@ updates: open-pull-requests-limit: 20 target-branch: "jetty-10.0.x" schedule: - interval: "daily" + interval: "monthly" + day: 5 # Associate with milestone 10.0.x milestone: 6 ignore: @@ -75,7 +77,8 @@ updates: open-pull-requests-limit: 20 target-branch: "jetty-11.0.x" schedule: - interval: "weekly" + interval: "monthly" + day: 10 # Associate with milestone 11.0.x milestone: 7 ignore: From 25c5f45485d091a431d1173b21eb47c223c63c20 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 9 Jun 2022 07:50:28 +1000 Subject: [PATCH 2/2] 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: