Merge pull request #29 from alexgridx/27-enable-dependabot

#27 enables dependabot
This commit is contained in:
Alex 2024-05-07 11:04:55 +02:00 committed by GitHub
commit 39d374f4fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
allow:
- dependency-type: "all"
schedule:
interval: daily
rebase-strategy: auto
open-pull-requests-limit: 10