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:23:40 UTC

[netbeans-mavenutils-archetype-nbm-suite-root] 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-nbm-suite-root.git


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

commit 8c871ab9a0f8f3951906996c7d728e1f6a35762b
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Mar 24 17:23:36 2022 +0100

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 06f98d8..1e5bb40 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,4 +22,8 @@ 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