From b5adff53276d9fb0b3bb74c2deb33040f6a04817 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 23 Feb 2021 15:20:10 +0100 Subject: [PATCH] root: fix paths for dependabot --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d78a283d..e6cffffd1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: gomod - directory: "/proxy" + directory: "/outpost" schedule: interval: daily time: "04:00" @@ -41,7 +41,7 @@ updates: assignees: - BeryJu - package-ecosystem: docker - directory: "/proxy" + directory: "/outpost" schedule: interval: daily time: "04:00"