wordpress-mobile / gutenberg-mobile

Mobile version of Gutenberg - native iOS and Android
GNU General Public License v2.0
236 stars 55 forks source link

Update dependabot configuration to check for updates for each submodule at a different time #6741

Closed geriux closed 4 months ago

geriux commented 4 months ago

Currently, Dependabot's configuration for submodules is the same for all of them. The issue with that is that it triggers CI at the same time. Usually, it's just for gutenberg and jetpack, but in some cases, block-experiments is more active and it adds one more.

Screenshot 2024-03-15 at 14 03 23

The main issue is SauceLabs, since we have a limit of 5 jobs to run at a time. So, tests usually fail due to exceeding retry times or getting the connection terminated.

With this proposal, there will be a 2-hour space between each submodule to avoid this problem.

To test CI checks should pass.

PR submission checklist: