gopidesupavan commented on PR #46948:
URL: https://github.com/apache/airflow/pull/46948#issuecomment-2675209463

   Alright we hit another problem :), dependaboat timedout to update 
dependencies, i think its because of to many folders toml files listing and 
taking time to resolve dependencies
   https://github.com/apache/airflow/actions/runs/13461120736/job/37616457933
   
   Should we split providers path in to multiple groups that we can speed up 
the process. we dont have any config exposed to control dependaboat timeout.
   
   my proposal would be like this, we group 3 or 2 providers
   
   ```
     - package-ecosystem: pip
       directories:
         - /providers/airbyte/
         - /providers/alibaba/
         - /providers/amazon/
       schedule:
         interval: daily
       groups:
         providers[airbyte,alibaba,amazon]-dependencies:
           patterns:
             - "*"
             
     - package-ecosystem: pip
       directories:
         - /providers/apache/
         - /providers/apprise/
         - /providers/arangodb/
       schedule:
         interval: daily
       groups:
         provider[apache,apprise,arangodb]-dependencies:
           patterns:
             - "*"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to