2505a1abcd
I have been mostly inactive on the project for the past year and a half apart from handling CI and reviews because of a lack of motivation and time.
40 lines
726 B
YAML
40 lines
726 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: 10
|
|
schedule:
|
|
interval: daily
|
|
labels:
|
|
- "infra"
|
|
reviewers:
|
|
- TSRBerry
|
|
commit-message:
|
|
prefix: nuget
|
|
groups:
|
|
Avalonia:
|
|
patterns:
|
|
- "*Avalonia*"
|
|
Silk.NET:
|
|
patterns:
|
|
- "Silk.NET*"
|
|
OpenTK:
|
|
patterns:
|
|
- "OpenTK*"
|
|
SixLabors:
|
|
patterns:
|
|
- "SixLabors*"
|
|
NUnit:
|
|
patterns:
|
|
- "NUnit*"
|