Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaner committed Jun 21, 2024
1 parent 5297aa6 commit 9597c73
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
registries:
github-com:
type: git
url: https://github.com
username: ${{secrets.DEPENDENCIES_GITHUB_USER}}
password: ${{secrets.DEPENDENCIES_GITHUB_TOKEN}}
updates:
- package-ecosystem: "gomod"
open-pull-requests-limit: 100
directory: "/"
registries: "*"
schedule:
interval: "weekly"

0 comments on commit 9597c73

Please sign in to comment.