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