Skip to content

Commit

Permalink
fix: Change dependabot package ecosystem from go to gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 committed Nov 16, 2024
1 parent 6a4f6e6 commit 6fc4478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
updates:
# Update Go dependencies for the root directory
- name: "Update Go Dependencies"
package-ecosystem: "go"
package-ecosystem: "gomod"
directory: /
schedule:
interval: "daily" # Check for updates every day
Expand Down

0 comments on commit 6fc4478

Please sign in to comment.