From 47d611b0987389642d7aa49bfa104f7eb16e2b31 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Thu, 11 May 2023 09:43:11 +0200 Subject: [PATCH] chore: update dependabot.yml --- .github/dependabot.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30f1ab73..901c7e4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,16 +8,9 @@ updates: schedule: interval: "daily" - # Maintain dependencies for npm - - package-ecosystem: "npm" - directory: "/" - target-branch: "main" - schedule: - interval: "daily" - # Maintain dependencies for Go modules - package-ecosystem: "gomod" - directory: "/" + directory: "/src" target-branch: "main" schedule: interval: "daily"