mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-04-03 02:41:47 +01:00
35 lines
840 B
YAML
35 lines
840 B
YAML
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: nuget
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
labels:
|
|
- Dependencies
|
|
groups:
|
|
HotChocolate:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "HotChocolate.*"
|
|
- "StrawberryShake.Server"
|
|
Swashbuckle:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "Swashbuckle.*"
|
|
MSTest:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "MSTest.*"
|
|
open-pull-requests-limit: 100
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
target-branch: master
|
|
schedule:
|
|
interval: daily
|
|
labels:
|
|
- Dependencies
|
|
- CI/CD
|
|
open-pull-requests-limit: 100
|