From b2c9c0e8c5ca28a467adc3ca87041a4bd3f8ed8d Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+RetroArcher-bot@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:03:55 +0000 Subject: [PATCH] ci: update global workflows --- .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 2b757b97a0b..8c9df6e33bb 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 65d80dc3fb3..1a03d7843bb 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 cc0e3ae86ef..5fe1d773150 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: