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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ea1fce  Run dependabot once a week.
1ea1fce is described below

commit 1ea1fcebb99d40801bae17f494af2eb32f77ec15
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Dec 29 12:06:13 2021 -0500

    Run dependabot once a week.
---
 .github/dependabot.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6f43d62..da0ca5b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,10 +18,12 @@ updates:
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "friday"
     ignore:
       - dependency-name: "org.slf4j:slf4j-simple"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "friday"

Reply via email to