This is an automated email from the ASF dual-hosted git repository. sbp pushed a commit to branch sbp in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 5e2f4a3e08a87e877c2a41ffc1ed4d0de8b01be4 Author: Sean B. Palmer <[email protected]> AuthorDate: Mon Apr 6 17:48:12 2026 +0100 Run code and dependency scans each Tuesday rather than Monday --- .github/dependabot.yml | 8 ++++---- .github/workflows/codeql.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 342f101f..fc676287 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" - day: "monday" + day: "tuesday" cooldown: default-days: 7 - package-ecosystem: "uv" directory: "/" schedule: interval: "weekly" - day: "monday" + day: "tuesday" allow: - dependency-type: "direct" cooldown: @@ -20,7 +20,7 @@ updates: directory: "/" # location of Dockerfile(s) schedule: interval: "weekly" - day: "monday" + day: "tuesday" cooldown: default-days: 7 # # TODO: Uncomment when pre-commit checks support cooldowns @@ -28,4 +28,4 @@ updates: # directory: "/" # schedule: # interval: "weekly" - # day: "monday" + # day: "tuesday" diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 20694471..4659419e 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -6,8 +6,8 @@ on: pull_request: branches: [main] schedule: - # Run every Monday at 5:30 AM UTC - - cron: '30 5 * * 1' + # Run every Tuesday at 5:30 AM UTC + - cron: '30 5 * * 2' jobs: analyze: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
