From b6682ffa0932c11865da09dad0ba03d9b30ffc1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Drzewiecki?= Date: Thu, 21 Nov 2024 13:25:55 +0100 Subject: [PATCH] adds missing components to dependabot --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7702c0f0..a1c83e2f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,12 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + directories: + - "/" + - "tests/" + - "components/compass-runtime-agent/" + - "components/central-application-connectivity-validator/" + - "components/central-application-gateway/" schedule: interval: "weekly" groups: