From c91b7bf9c831b4c056dcf5b3639b94a9ea30df88 Mon Sep 17 00:00:00 2001 From: "Gabriel R. Antunes" Date: Wed, 27 Mar 2024 07:08:34 -0400 Subject: [PATCH] ci: dependabot.yml: fix projeto path --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd921ebe..df82e6e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: nuget - directory: "/playground/projeto-gerar-horario" + directory: "/projeto-gerar-horario" schedule: interval: daily open-pull-requests-limit: 10