This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push: new 7f9a9fc0a Slow down GHA dependabot alerts 7f9a9fc0a is described below commit 7f9a9fc0afb143620ba0e88b425db516cd0a476d Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Thu Mar 16 16:30:59 2023 +0000 Slow down GHA dependabot alerts --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0b6e478a..903e55c71 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,4 +22,4 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly