Add initial Dependabot configuration

This commit is contained in:
Kent 'picat' Gruber
2021-07-29 10:52:25 -04:00
parent 445b1153d1
commit 4555392af5

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

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: daily