mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-11 06:40:28 +00:00
chore: update global workflows (#3210)
This commit is contained in:
parent
79446feae3
commit
60f5b10cee
23
.github/dependabot.yml
vendored
23
.github/dependabot.yml
vendored
@ -18,6 +18,20 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "08:30"
|
time: "08:30"
|
||||||
open-pull-requests-limit: 10
|
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"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
@ -25,6 +39,10 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "09:00"
|
time: "09:00"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
groups:
|
||||||
|
dev-dependencies:
|
||||||
|
applies-to: version-updates
|
||||||
|
dependency-type: "development"
|
||||||
|
|
||||||
- package-ecosystem: "nuget"
|
- package-ecosystem: "nuget"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
@ -39,6 +57,11 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "10:00"
|
time: "10:00"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
groups:
|
||||||
|
pytest-dependencies:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "pytest*"
|
||||||
|
|
||||||
- package-ecosystem: "gitsubmodule"
|
- package-ecosystem: "gitsubmodule"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user