This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-chain.git
The following commit(s) were added to refs/heads/master by this push: new b7146d8 Once a week is enough b7146d8 is described below commit b7146d8181762563b089e8f43a239dcaa9a7f51b Author: Sebb <s...@apache.org> AuthorDate: Sat Jan 21 11:50:07 2023 +0000 Once a week is enough --- .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"