From 943e2bf7cbb5ab88b407bd993ff34ee0793170e9 Mon Sep 17 00:00:00 2001 From: Hans Christian Winther-Sorensen Date: Sun, 30 Jun 2024 02:01:34 +0200 Subject: [PATCH] TEST-0000 Add frontend path to dependabot docker directories list --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f6729515..eb7b8e1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,7 @@ updates: directories: - "/.github/actions/rover-terraform-action" - "/src/backend/WebApi" + - "/src/frontend" open-pull-requests-limit: 20 target-branch: "dev" schedule: