This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push:
new ff97cfd81 Remove warning and switch dependabot to daily until most
deps are upgraded
ff97cfd81 is described below
commit ff97cfd819c4088ea44fac163ee2599cefe5f9f7
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jul 26 10:39:07 2024 +0200
Remove warning and switch dependabot to daily until most deps are upgraded
---
.github/dependabot.yml | 2 +-
pom.xml | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a9c0dcb70..3cc7761f9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,4 +20,4 @@ updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
- interval: "weekly"
+ interval: "daily"
diff --git a/pom.xml b/pom.xml
index d78b47229..e04c866aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -713,6 +713,11 @@
<build>
<pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>3.6.0</version>
+ </plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>