From 95ed35c284036a857c3c3f5ede49d7c274d4ca18 Mon Sep 17 00:00:00 2001 From: Kevin Broch Date: Wed, 4 Dec 2024 15:04:52 -0800 Subject: [PATCH] Revert "add dependabot to create PR to update the submodules to latest" This reverts commit b0113662fe29d5896ec06d4ef2ab71b6cdc62fbb. relates to #63 --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 34d92e4..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem -version: 2 -updates: - - package-ecosystem: gitsubmodule - directory: / - schedule: - interval: daily