Merge pull request #1004 from mxplusb/feature/dependabot

added basic dependabot integration.
This commit is contained in:
Brian Goff
2022-08-31 11:40:07 -07:00
committed by GitHub

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"