You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/22 18:45:00 UTC

[logging-log4j2] branch master updated: Change dependabot schedule to monthly

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a7934a7f9 Change dependabot schedule to monthly
9a7934a7f9 is described below

commit 9a7934a7f9cf42addbe9822f58cac21964df05d7
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Sat Oct 22 20:39:42 2022 +0200

    Change dependabot schedule to monthly
---
 .github/dependabot.yml | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8674a97d14..7a437062e3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,19 +16,17 @@
 #
 version: 2
 updates:
-  - package-ecosystem: maven
-    directory: "/"
-    schedule:
-      interval: daily
-      time: '04:00'
-    open-pull-requests-limit: 10
-
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: weekly
-
-  - package-ecosystem: "docker"
-    directory: "/"
-    schedule:
-      interval: weekly
+- package-ecosystem: maven
+  directory: "/"
+  schedule:
+    interval: monthly
+  open-pull-requests-limit: 50
+- package-ecosystem: github-actions
+  directory: /
+  schedule:
+    interval: monthly
+  open-pull-requests-limit: 5
+- package-ecosystem: "docker"
+  directory: "/"
+  schedule:
+    interval: weekly