From 2f8e40db0816be675229275de0a96074621373b6 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Sun, 19 Mar 2023 22:13:32 +0100 Subject: [PATCH] disable dependabot --- .github/dependabot.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/dependabot.yml 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"