mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-05 09:28:40 +00:00
17 lines
406 B
YAML
17 lines
406 B
YAML
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
|
|
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "nuget"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
ignore:
|
|
# Target the lowest version of FSharp.Core, for max compat
|
|
- dependency-name: "FSharp.Core"
|