mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
79 lines
1.8 KiB
YAML
79 lines
1.8 KiB
YAML
---
|
|
# This file is centrally managed in https://github.com/<organization>/.github/
|
|
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
|
|
# the above-mentioned repo.
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "07:30"
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "08:00"
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "08:30"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
docker-actions:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "docker/*"
|
|
github-actions:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "actions/*"
|
|
- "github/*"
|
|
lizardbyte-actions:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "LizardByte/*"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
dev-dependencies:
|
|
applies-to: version-updates
|
|
dependency-type: "development"
|
|
|
|
- package-ecosystem: "nuget"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:30"
|
|
open-pull-requests-limit: 10
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "10:00"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
pytest-dependencies:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "pytest*"
|
|
|
|
- package-ecosystem: "gitsubmodule"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "10:30"
|
|
open-pull-requests-limit: 10
|