Add dependabot

Without this patch, our deps will have to be manually maintained.

This should fix it.
This commit is contained in:
Jean-Philippe Evrard
2020-08-31 15:58:21 +02:00
parent b024898ed6
commit 1cab9a1d28
+12
View File
@@ -0,0 +1,12 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for gomod
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"