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
commit f3a438408fdbce91ab8e1913e164677b92a940f9 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:
