From d813fd22c8e6d2c03e72c8f6c71223adb1a58154 Mon Sep 17 00:00:00 2001 From: Fingertips Date: Sat, 16 Nov 2024 18:59:44 +0800 Subject: [PATCH] fix: Change the dependency name for go --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index b52425c..067f609 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -9,7 +9,7 @@ updates: schedule: interval: "daily" # Check for updates every day allow: - - dependency-name: "github.com/test/*" # Only allow updates from the specified Go dependencies + - dependency-name: "github.com/Fingertips18/*" # Only allow updates from the specified Go dependencies commit-message: prefix: chore # Use 'chore' prefix for the commit message include: scope # Include the scope (dependency name) in the commit message