Merge pull request #260 from hashicorp/add-wrapper-dir-to-dependabot

Adding `/wrapper` directory to dependabot.yml
This commit is contained in:
Benjamin Bennett 2022-10-26 15:07:45 +01:00 committed by GitHub
commit b3bda2d04e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/wrapper"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule: