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 <[email protected]>
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: [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