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 ba7d56b97 UNOMI-659 Fix dependabot warnings - Add dependabot.yml file 
to ignore commons-email version
ba7d56b97 is described below

commit ba7d56b973425c05f88f019b5c0e8163a9952850
Author: Serge Huber <[email protected]>
AuthorDate: Fri Sep 9 15:34:47 2022 +0200

    UNOMI-659 Fix dependabot warnings
    - Add dependabot.yml file to ignore commons-email version
---
 .github/dependabot.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..1740213ed
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    ignore:
+      - dependency-name: "commons-email"
+        versions: [ "3.x" ]

Reply via email to