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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new f225255d17 Update scripts
f225255d17 is described below

commit f225255d172b77ee973e4c3836d0a9e42cef1e41
Author: James Bognar <[email protected]>
AuthorDate: Sun Dec 28 16:30:05 2025 -0500

    Update scripts
---
 .github/dependabot.yml      |  6 ++++++
 .github/workflows/maven.yml | 10 +++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9ebcd0ebb1..e627af2abc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -25,3 +25,9 @@ updates:
     schedule:
       interval: "weekly"
       day: "friday"
+  # Explicitly disable npm/yarn for docs directory to prevent automatic 
workflows
+  - package-ecosystem: "npm"
+    directory: "/docs"
+    open-pull-requests-limit: 0
+    schedule:
+      interval: "never"
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 48cded4e5a..39322d4300 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,7 +15,15 @@
 
 name: Java CI
 
-on: [push, pull_request]
+on:
+  push:
+    paths-ignore:
+      - 'docs/**'
+      - '**.md'
+  pull_request:
+    paths-ignore:
+      - 'docs/**'
+      - '**.md'
 
 permissions:
   contents: read

Reply via email to