From 15aaf06168733eb6b883f4677489f4d70e4f90a0 Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Fri, 11 Feb 2022 17:09:37 +0100 Subject: [PATCH] ignore submodules - it's not branch-aware --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"