From d85c333e9156d3f76520def84f1420fe56400f34 Mon Sep 17 00:00:00 2001 From: Dennis Wendland <72455939+dwendland@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:50:02 +0100 Subject: [PATCH] Test dependabot with base app directory (#42) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8fbb33d..46487cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,6 @@ version: 2 updates: - package-ecosystem: "docker" - directory: "applications/verifier" + directory: "applications" schedule: interval: "daily"