1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-03 02:25:51 -05:00

Reconstruct necessary action workflows & Dependabot rules (#17)

This commit is contained in:
reggie
2024-10-02 23:42:43 -05:00
committed by GitHub
parent a1bd611b07
commit 94091e1380
5 changed files with 137 additions and 35 deletions

40
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,40 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
labels:
- "infra"
reviewers:
- regginator
commit-message:
prefix: "ci"
- package-ecosystem: nuget
directory: /
open-pull-requests-limit: 10
schedule:
interval: daily
labels:
- "infra"
reviewers:
- regginator
commit-message:
prefix: nuget
groups:
Avalonia:
patterns:
- "*Avalonia*"
Silk.NET:
patterns:
- "Silk.NET*"
OpenTK:
patterns:
- "OpenTK*"
SixLabors:
patterns:
- "SixLabors*"
NUnit:
patterns:
- "NUnit*"