diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2711ae2..3b62d22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,11 @@ updates: schedule: interval: "daily" - - package-ecosystem: "gitsubmodule" - directory: "/" - schedule: - interval: "daily" +# Disable submodules for the time being - they seem to not respect the branch of scripts we're using. +# - package-ecosystem: "gitsubmodule" +# directory: "/" +# schedule: +# interval: "daily" - package-ecosystem: "pip" directory: "/api"