From c5e81e3c05d8404d8f74d206a451d2114282a692 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Mon, 26 Dec 2022 12:42:42 +0100 Subject: [PATCH] Update dependabot.yml Signed-off-by: Matthieu MOREL --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 878080b8..593d2f5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: "docker" # See documentation for possible values - directory: "/actions/retest-action" # Location of package manifests + directory: "/.github/actions/retest-action" # Location of package manifests schedule: interval: "weekly" - package-ecosystem: "github-actions" # See documentation for possible values