From f8c68fe098f931023dd2f4ac39996c6d6c063075 Mon Sep 17 00:00:00 2001 From: Martin Heppner <105971399+martinheppner@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:25:18 +0700 Subject: [PATCH] Delete .github/workflow/dependabot.yml --- .github/workflow/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflow/dependabot.yml diff --git a/.github/workflow/dependabot.yml b/.github/workflow/dependabot.yml deleted file mode 100644 index f2cba9f9..00000000 --- a/.github/workflow/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -# 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: "npm" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - target-branch: "uat"