Skip to content

Commit

Permalink
feat: add Dependabot configuration for gomod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Jan 24, 2025
1 parent e3b3dd5 commit 0f0ad69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
target-branch: develop
open-pull-requests-limit: 10

0 comments on commit 0f0ad69

Please sign in to comment.