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

ggregory 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 4095f34165 Fix GitHub warning
4095f34165 is described below

commit 4095f34165256eccd65fbecd267b52e7ccb0b6c7
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 9 07:09:55 2026 -0500

    Fix GitHub warning
    
    "The property '#/updates/2/schedule/interval' value "never" did not
    match one of the following values: daily, weekly, monthly, quarterly,
    semiannually, yearly, cron"
    
    Use exclude-paths instead
---
 .github/dependabot.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e627af2abc..3f936317bb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,4 +30,6 @@ updates:
     directory: "/docs"
     open-pull-requests-limit: 0
     schedule:
-      interval: "never"
+      interval: "yearly"
+    exclude-paths:
+      - "**"

Reply via email to