This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new a544158fb UNOMI-659 Fix dependabot warnings - Add dependabot.yml file
to ignore commons-email version
a544158fb is described below
commit a544158fbc5680e236e836898288028e8099da14
Author: Serge Huber <[email protected]>
AuthorDate: Fri Sep 9 15:56:42 2022 +0200
UNOMI-659 Fix dependabot warnings
- Add dependabot.yml file to ignore commons-email version
---
.github/dependabot.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1740213ed..ed735e8b1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,5 +5,6 @@ updates:
schedule:
interval: "daily"
ignore:
- - dependency-name: "commons-email"
- versions: [ "3.x" ]
+ - dependency-name: "org.apache.commons:commons-email"
+ versions:
+ - "> 1.3.3"