mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-05 20:18:43 +00:00
18 lines
434 B
YAML
18 lines
434 B
YAML
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"
|
|
# Target the lowest compatible version of System.Text.Json
|
|
- dependency-name: "System.Text.Json"
|