Create Dependabot config file
dependabot-preview[bot] committed
Mar 24, 2021 at 21:54 UTC
3502a78e33d2c001d27b7fc9b618558dad854e5f
1 file changed
+8
.github/dependabot.yml
new
+8
@@ -0,0 +1,8 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: gomod
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "11:00"
8
+ open-pull-requests-limit: 10