From 90a85153c0539497bc9c82c51c80ed304bb5db66 Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Sun, 1 Nov 2020 17:47:37 +0600 Subject: [PATCH] Remove submodules section from dependabot.yml (#147) --- .github/dependabot.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57d6019..f03c590 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,15 +2,6 @@ version: 2 updates: -# Update the git submodules -- package-ecosystem: "gitsubmodule" - directory: "/" - schedule: - interval: "daily" - labels: - - "dependencies" - - "automerge" - # Update the Github Action versions - package-ecosystem: "github-actions" directory: "/"