Skip to content

Commit

Permalink
chore: add dependabot for automated dependency updates (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwingopalsamy authored Jan 11, 2025
2 parents d432219 + 1725625 commit 5ed0901
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
day: "monday"
open-pull-requests-limit: 3
reviewers:
- "ashwingopalsamy"
assignees:
- "ashwingopalsamy"
labels:
- "dependencies"
- "automated"
commit-message:
prefix: "chore(deps):"
include: "scope"

0 comments on commit 5ed0901

Please sign in to comment.