mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
16 lines
335 B
YAML
16 lines
335 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "nightly"
|
|
open-pull-requests-limit: 20
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/scripts"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "nightly"
|
|
open-pull-requests-limit: 10
|