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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8495c0580 Change Dependabot schedule from weekly to monthly
8495c0580 is described below

commit 8495c058032fd70a3fbdc6be0cc713b0e63aa826
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Nov 7 09:46:29 2025 +0100

    Change Dependabot schedule from weekly to monthly
    
    We don't release that often, so no need to update dependencies every week.
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index cceddce0d..2d6f2f5dc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,7 +27,7 @@ updates:
   - package-ecosystem: maven
     directory: "/"
     schedule:
-      interval: weekly
+      interval: monthly
       time: '04:00'
     open-pull-requests-limit: 20
 

Reply via email to