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

cortlepp pushed a commit to branch cortlepp/group-dependabot-prs
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/cortlepp/group-dependabot-prs 
by this push:
     new c647673a93 dependabot: ignore samples, add dev-dependency group
c647673a93 is described below

commit c647673a93f1e33df80b3f2d0a1428951d1b1929
Author: Christian Ortlepp <[email protected]>
AuthorDate: Mon Aug 17 09:08:43 2026 +0200

    dependabot: ignore samples, add dev-dependency group
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index c1078b9691..ff0331b318 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,6 +16,8 @@ version: 2
 updates:
   - package-ecosystem: "maven"
     directory: "/"
+    exclude-paths:
+      - "modules/samples/**"
     schedule:
       interval: "weekly"
     ignore:
@@ -41,6 +43,8 @@ updates:
         exclude-patterns:
           # we aren't compatible with latest here, excluded here so that it 
doesn't block the other updates
           - "org.glassfish.jaxb:*"
+      development-dependencies:
+        dependency-type: "development"
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:

Reply via email to