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

markt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 414e28d  Attempt to ignore archetype POMs for now
414e28d is described below

commit 414e28d5a26b4c465d4b0a9ee4e3360820ad0193
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 27 11:10:49 2026 +0000

    Attempt to ignore archetype POMs for now
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e20dba2..002959f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,6 +7,10 @@ version: 2
 updates:
   - package-ecosystem: "maven"
     directory: "/" # Location of package manifests
+    # Disable scanning of archetype POMs for now
+    # Hopefully fixed by 
https://github.com/dependabot/dependabot-core/issues/13988
+    exclude-paths:
+      - "**/archetype-resources/**"
     schedule:
       interval: "weekly"
   - package-ecosystem: "github-actions"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to