From 62c24154d51e8f49b043374185cb7a1516f19b95 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi <33888540+archmoj@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:17:15 -0400 Subject: [PATCH] Revert "Add dependabot.yml to reduce manual work" --- .github/dependabot.yml | 19 ------------------- .gitignore | 1 - 2 files changed, 20 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 0e4b9bfb625..00000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - open-pull-requests-limit: 1 - versioning-strategy: increase - - package-ecosystem: "npm" - directory: "/stackgl_modules" - schedule: - interval: "daily" - open-pull-requests-limit: 1 - versioning-strategy: increase \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8cd1e622482..3a3a1a0c98b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ npm-debug.log* tags .* -!.github !.circleci !.gitignore !.npmignore