This is an automated email from the ASF dual-hosted git repository. chtompki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new ac37c4a update(dependabot): daily -> weekly;friday ac37c4a is described below commit ac37c4a46a2f3d0c8595c11fd9c11442e1ecb5c4 Author: Rob Tompkins <chtom...@apache.org> AuthorDate: Wed Dec 29 11:59:41 2021 -0500 update(dependabot): daily -> weekly;friday --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b47509..430d76d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,8 +18,11 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "friday" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "friday" +