dependabot: added .github/dependabot.yml

This commit is contained in:
Jarek Kowalski
2021-04-03 22:31:39 -07:00
parent 79adef0f33
commit 26da03e8d6

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

@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
- package-ecosystem: npm
directory: "/app"
schedule:
interval: monthly
- package-ecosystem: npm
directory: "/htmlui"
schedule:
interval: monthly