mirror of
https://github.com/Ryujinx/Ryujinx.CustomTasks.git
synced 2024-12-22 20:25:37 +00:00
25 lines
430 B
YAML
25 lines
430 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: weekly
|
||
|
labels:
|
||
|
- "infra"
|
||
|
reviewers:
|
||
|
- TSRBerry
|
||
|
commit-message:
|
||
|
prefix: "ci"
|
||
|
|
||
|
- package-ecosystem: nuget
|
||
|
directory: /
|
||
|
open-pull-requests-limit: 5
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
labels:
|
||
|
- "infra"
|
||
|
reviewers:
|
||
|
- TSRBerry
|
||
|
commit-message:
|
||
|
prefix: nuget
|