Skip to content

Commit

Permalink
fix: Change the dependency name for go
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Nov 16, 2024
1 parent b6c2ef2 commit d813fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d813fd2

Please sign in to comment.