diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 90ec57b..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ -# 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"