mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 03:41:43 +00:00
CI: Dependabot Groups (#6110)
* CI: Dependabot Groups * NUnit * Limit of 10 * Whoops * Missing wildcard * Remove Ryujank group
This commit is contained in:
parent
b16923a902
commit
4e19b36ad7
1 changed files with 17 additions and 1 deletions
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
|
@ -13,7 +13,7 @@ updates:
|
|||
|
||||
- package-ecosystem: nuget
|
||||
directory: /
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 10
|
||||
schedule:
|
||||
interval: daily
|
||||
labels:
|
||||
|
@ -22,3 +22,19 @@ updates:
|
|||
- marysaka
|
||||
commit-message:
|
||||
prefix: nuget
|
||||
groups:
|
||||
Avalonia:
|
||||
patterns:
|
||||
- "*Avalonia*"
|
||||
Silk.NET:
|
||||
patterns:
|
||||
- "Silk.NET*"
|
||||
OpenTK:
|
||||
patterns:
|
||||
- "OpenTK*"
|
||||
SixLabors:
|
||||
patterns:
|
||||
- "SixLabors*"
|
||||
NUnit:
|
||||
patterns:
|
||||
- "NUnit*"
|
||||
|
|
Loading…
Reference in a new issue