Skip to content

Commit

Permalink
chore: add dependabot for go module (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored Oct 7, 2023
1 parent eb72a15 commit 153fe90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
commit-message:
prefix: "build(deps):"
open-pull-requests-limit: 1

0 comments on commit 153fe90

Please sign in to comment.