Skip to content

Commit

Permalink
Merge pull request #10968 from hashicorp/configured-dependabot
Browse files Browse the repository at this point in the history
Add initial Dependabot configuration
  • Loading branch information
picatz committed Sep 3, 2021
2 parents a2274de + 0d96ac3 commit 53bf28f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 53bf28f

Please sign in to comment.