Skip to content

Commit

Permalink
Add .github/dependabot.yml
Browse files Browse the repository at this point in the history
Update versions of all go dependencies once a week.

Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed Jan 31, 2024
1 parent 6bddb51 commit 4e6bc24
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 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "all"
labels:
- dependencies

0 comments on commit 4e6bc24

Please sign in to comment.