From 2f1969770367ec41c676207c7866534edc4abbee Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 8 Apr 2025 14:02:13 +0200 Subject: [PATCH] Remove dependabot for submodules This repository doesn't use submodules anymore (in the past it had google common api as a submodule). Signed-off-by: Leandro Lucarella --- .github/dependabot.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a706cd6..242845fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -67,21 +67,3 @@ updates: artifacts: patterns: - "actions/*-artifact" - - - package-ecosystem: "gitsubmodule" - directory: "/" - # We only want to track updates on google api common because the - # dependencies to other submodules are also indirectly tracked by the - # python dependencies (and because the gitsubmodule dependency tracker - # doesn't support updating only to tags or following semver, see - # https://github.com/dependabot/dependabot-core/issues/1639 for details) - # We do so by explicitly ignoring the other submodules, as `ignore` all - # + `allow` one doesn't seem to work. - ignore: - - dependency-name: "submodules/frequenz-api-common" - schedule: - interval: "weekly" - time: "06:00" - labels: - - "part:tooling" - - "type:tech-debt"