From 5fc57dfc86751406a9839c2940df9636b8302bbd Mon Sep 17 00:00:00 2001 From: "Harper, Jason M" Date: Wed, 30 Oct 2024 11:30:18 -0700 Subject: [PATCH] fix dependabot configuration --- .github/dependabot.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b429378..5d5906c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,34 +9,3 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - - - package-ecosystem: "gomod" - directory: "/internal/common" - schedule: - interval: "daily" - - - package-ecosystem: "gomod" - directory: "/internal/cpudb" - schedule: - interval: "daily" - - - package-ecosystem: "gomod" - directory: "/internal/report" - schedule: - interval: "daily" - - - package-ecosystem: "gomod" - directory: "/internal/script" - schedule: - interval: "daily" - - - package-ecosystem: "gomod" - directory: "/internal/target" - schedule: - interval: "daily" - - - package-ecosystem: "gomod" - directory: "/internal/util" - schedule: - interval: "daily" -