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

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


The following commit(s) were added to refs/heads/main by this push:
     new a278529cb5 Update Dependabot Schedule to Monthly
a278529cb5 is described below

commit a278529cb54cfcc6c9dbce592bdae3df2760fa49
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Oct 31 20:04:08 2025 +0100

    Update Dependabot Schedule to Monthly
    
    We don't release often, so no need to bump 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 5bb8329d0b..2b7ec9d41e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -20,7 +20,7 @@ updates:
   - package-ecosystem: maven
     directory: "/"
     schedule:
-      interval: weekly
+      interval: monthly
       time: '04:00'
     open-pull-requests-limit: 20
     ignore:

Reply via email to