From bfd1e81a25118799d3a8f1bea0ed28739e7ba4c0 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Thu, 19 Jan 2023 12:35:16 -0500 Subject: [PATCH] ci: update global workflows (#802) --- .github/dependabot.yml | 10 +++++----- .github/workflows/autoupdate.yml | 2 +- .github/workflows/issues-stale.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b757b97..8c9df6e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: directory: "/" schedule: interval: "daily" - time: "00:00" + time: "08:00" target-branch: "nightly" open-pull-requests-limit: 10 @@ -17,7 +17,7 @@ updates: directory: "/" schedule: interval: "daily" - time: "00:00" + time: "08:30" target-branch: "nightly" open-pull-requests-limit: 10 @@ -25,7 +25,7 @@ updates: directory: "/" schedule: interval: "daily" - time: "00:00" + time: "09:00" target-branch: "nightly" open-pull-requests-limit: 10 @@ -33,7 +33,7 @@ updates: directory: "/" schedule: interval: "daily" - time: "00:00" + time: "09:30" target-branch: "nightly" open-pull-requests-limit: 10 @@ -41,6 +41,6 @@ updates: directory: "/" schedule: interval: "daily" - time: "00:00" + time: "10:00" target-branch: "nightly" open-pull-requests-limit: 10 diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 65d80dc3..1a03d784 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -41,6 +41,6 @@ jobs: runs-on: ubuntu-latest steps: - name: rebase - uses: "bbeesley/gha-auto-dependabot-rebase@v1.2.0" + uses: "bbeesley/gha-auto-dependabot-rebase@v1.3.18" env: GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index cc0e3ae8..5fe1d773 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -9,7 +9,7 @@ name: Stale Issues / PRs on: schedule: - - cron: '00 00 * * *' + - cron: '00 10 * * *' jobs: stale: