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/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push: new de6d90b Try to stop warnings about ES updates de6d90b is described below commit de6d90bf75298d0380035f6da39bfd0eaac27904 Author: Sebb <s...@apache.org> AuthorDate: Sun Jul 27 20:36:07 2025 +0100 Try to stop warnings about ES updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea47e74..aa8e9f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,5 @@ updates: directory: "/" schedule: interval: "monthly" + ignore: + - dependency-name: "elasticsearch[async]" # see PR 283