From f6deb8ecb85e9e9e0b164adf00ebfcf36845510d Mon Sep 17 00:00:00 2001 From: Aviuz Date: Sun, 28 Jul 2024 14:32:38 +0200 Subject: [PATCH] Delete .github/workflows/dependabot.yml --- .github/workflows/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 35bf854..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -# Documentation: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -name: DependaBot -version: 2 -updates: - - package-ecosystem: "nuget" # See documentation for possible values - directory: "/source/" # Location of package manifests - schedule: - interval: "weekly"