From 0b29c5c40989003fef74d4dfbdc72ab8792472ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gajo?= <50725287+64J0@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:42:48 -0300 Subject: [PATCH] ci: revert dependabot configuration to scan only one directory (#645) --- .github/dependabot.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99f6c7d2..a0c73066 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,11 +10,8 @@ updates: schedule: interval: "weekly" - # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#directories-or-directory-- + # Maintain dependencies for nuget - package-ecosystem: "nuget" - directories: - - "/" - - "/src/Giraffe/" - - "/tests/Giraffe.Tests/" + directory: "/" schedule: interval: "weekly"