Run dependabot on Mondays - #22300
Conversation
Recently we've been having Dependabot (not security) updates on Wednesdays and Thursdays. This breaks our manual weekly dependency. Although Monday is the default day (https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#interval), explicitly define is as Monday. Signed-off-by: Ivan Valdes <ivan@vald.es>
|
@ivanvc: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 14 files with indirect coverage changes @@ Coverage Diff @@
## main #22300 +/- ##
==========================================
- Coverage 69.66% 69.64% -0.03%
==========================================
Files 449 449
Lines 38193 38193
==========================================
- Hits 26609 26600 -9
- Misses 10158 10169 +11
+ Partials 1426 1424 -2 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, ivanvc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Recently we've been having Dependabot (not security) updates on Wednesdays and Thursdays. This breaks our manual weekly dependency. Although Monday is the default day
(https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#interval), explicitly define is as Monday.