diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 3b62d22..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,19 +0,0 @@ -# see also https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically - -version: 2 -updates: - - package-ecosystem: "docker" - 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" - schedule: - interval: "daily"