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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists