From 46f9611f46bd7c073bcc42ff7e331a7906385548 Mon Sep 17 00:00:00 2001 From: Patrick Stevens Date: Mon, 5 Jun 2023 08:31:27 +0100 Subject: [PATCH] Stop updating NuGet (#25) --- .github/dependabot.yml | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a21dd02..fd5f7e9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,20 +1,12 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -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" +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"