mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 12:32:43 +00:00
ci: update global workflows (#802)
This commit is contained in:
parent
c81aa99c38
commit
bfd1e81a25
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -9,7 +9,7 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "00:00"
|
time: "08:00"
|
||||||
target-branch: "nightly"
|
target-branch: "nightly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "00:00"
|
time: "08:30"
|
||||||
target-branch: "nightly"
|
target-branch: "nightly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "00:00"
|
time: "09:00"
|
||||||
target-branch: "nightly"
|
target-branch: "nightly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "00:00"
|
time: "09:30"
|
||||||
target-branch: "nightly"
|
target-branch: "nightly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
@ -41,6 +41,6 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "00:00"
|
time: "10:00"
|
||||||
target-branch: "nightly"
|
target-branch: "nightly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
2
.github/workflows/autoupdate.yml
vendored
2
.github/workflows/autoupdate.yml
vendored
@ -41,6 +41,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: rebase
|
- name: rebase
|
||||||
uses: "bbeesley/gha-auto-dependabot-rebase@v1.2.0"
|
uses: "bbeesley/gha-auto-dependabot-rebase@v1.3.18"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
|
||||||
|
2
.github/workflows/issues-stale.yml
vendored
2
.github/workflows/issues-stale.yml
vendored
@ -9,7 +9,7 @@ name: Stale Issues / PRs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 00 * * *'
|
- cron: '00 10 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user