From 8ac65776c7971971b82f7284ae0308f8abee7632 Mon Sep 17 00:00:00 2001 From: Shresht <59516096+Shresht7@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:26:04 +0530 Subject: [PATCH] Delete .github/dependabot.yml --- .github/dependabot.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 94a788a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -# ========== -# Dependabot -# ========== - -# 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: - # GitHub Actions - - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - - # NPM - - package-ecosystem: npm - directory: / - schedule: - interval: monthly