Change day of week for dependabot gem updates#1557
Conversation
We want to trial automatic updates for ruby packages. Currently, we have dependabot gem updates on Sundays, when no one is working. This commit changes the day of week for dependabot gem updates from Sunday to Tuesday. The next Tuesday which is a holiday is [boxing day 2027](https://www.gov.uk/bank-holidays). This change should keep us going until then whilst we refine how the updates are scheduled. See the [dependabot documentation](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#day) for more information.
|
|
🎉 A review copy of this PR has been deployed! It is made of up two components Important Not all of the functionality of forms-runner is present in review apps. You should use the full dev environment to test the functionality which is disabled here. It may take 5 minutes or so for the application to be fully deployed and working. If it still isn't ready For the sign in details and more information, see the review apps wiki page. |



We want to trial automatic updates for ruby packages.
Currently, we have dependabot gem updates on Sundays, when no one is working.
This commit changes the day of week for dependabot gem updates from Sunday to Tuesday.
The next Tuesday which is a holiday is boxing day 2027.
This change should keep us going until then whilst we refine how the updates are scheduled.
See the dependabot
documentation for more information.