Add Actions (#1)

This commit is contained in:
Patrick Stevens
2024-06-04 20:01:31 +01:00
committed by GitHub
parent a20ba20d2e
commit a3739f5516
6 changed files with 173 additions and 2 deletions

16
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
# 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"