Merge pull request #10968 from hashicorp/configured-dependabot

Add initial Dependabot configuration
This commit is contained in:
Kent 'picat' Gruber
2021-09-03 13:20:58 -04:00
committed by GitHub

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

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