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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 43a7e9a688 Change dependabot schedule to monthly
43a7e9a688 is described below

commit 43a7e9a6888367e4bf035176295bc6e71ca398e7
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Oct 22 20:39:42 2022 +0200

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 833ab89ea6..5148cbe1c2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,10 +19,10 @@ updates:
 - package-ecosystem: maven
   directory: "/"
   schedule:
-    interval: daily
+    interval: monthly
   open-pull-requests-limit: 50
-- directory: /
+- package-ecosystem: github-actions
+  directory: /
   schedule:
-    interval: daily
-  package-ecosystem: github-actions
+    interval: monthly
   open-pull-requests-limit: 5

Reply via email to