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-collections.git
The following commit(s) were added to refs/heads/master by this push: new c859f52 Run dependabot once a week. c859f52 is described below commit c859f528397259ea8c052908ed1410fa1c8c9304 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 29 11:57:26 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 5b47509..9ebcd0e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,8 +18,10 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "friday" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "friday"