From 164c23bc8c01a3482a8be9c75631425239fda8c6 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 6 Apr 2023 13:58:13 +1000 Subject: [PATCH] fix: dependabot should update /cmd, not /cmd/car --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fb07c3bd..1a5139a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,6 @@ updates: schedule: interval: "weekly" - package-ecosystem: "gomod" - directory: "/cmd/car" + directory: "/cmd" schedule: interval: "weekly"