Skip to content

Commit

Permalink
chore: add Dependabot configuration for Go modules
Browse files Browse the repository at this point in the history
This configuration enables Dependabot to check for updates in Go modules on a weekly basis. It limits the number of open pull requests to 10 and prefixes commit messages with "deps" for clarity.
  • Loading branch information
gabrielmaialva33 committed Feb 2, 2025
1 parent c98b489 commit 47bcc3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
open-pull-requests-limit: 10

0 comments on commit 47bcc3f

Please sign in to comment.