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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git


The following commit(s) were added to refs/heads/master by this push:
     new 76407533 Quarterly checks by default [skip ci]
76407533 is described below

commit 76407533e77a42f95f03bda4aac48beeaad1fb99
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 1 17:27:31 2025 +0000

    Quarterly checks by default [skip ci]
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 00079caf..3d3f9017 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -18,7 +18,7 @@ updates:
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
-      interval: "weekly"
+      interval: "quarterly"
       day: "friday"
   - package-ecosystem: "github-actions"
     directory: "/"

Reply via email to