From 15a38d7e6836882b0651d211e5e8d348aad402eb Mon Sep 17 00:00:00 2001 From: Dennis Wendland <72455939+dwendland@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:19:20 +0100 Subject: [PATCH] Dev/dependabot (#47) * Test dependabot with base app directory * Add all apps for dependabot version check * Trigger dependabot --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e720140..831900f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 + +# List of directories to scan for updates updates: - package-ecosystem: "docker" directory: "applications/activation-service"