You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/03/24 16:24:53 UTC

[netbeans-mavenutils-archetype-netbeans-platform-app-archetype] branch master updated: detect for archetype pom

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-netbeans-platform-app-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new c215c9c  detect for archetype pom
c215c9c is described below

commit c215c9ca2d7f75c57b25333d6d29f3f8c37f2ffa
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Mar 24 17:24:50 2022 +0100

    detect for archetype pom
---
 .github/dependabot.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 06f98d8..653d41b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,4 +22,7 @@ updates:
     target-branch: "master"
     schedule:
       interval: "daily"
-
+  - package-ecosystem: "maven"
+    directory: "/src/main/resources/archetype-resources"
+    schedule:
+      interval: "daily"    

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists