Files
WoofWare.Myriad/.github/dependabot.yml
2023-05-06 15:48:36 +01:00

18 lines
444 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "nuget"
directory: "/ApiSurface"
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"