Set up Dependabot (#11142)

* Create dependabot.yml

* Update .github/dependabot.yml

* Update dependabot.yml
This commit is contained in:
Matthieu MOREL 2021-07-20 16:44:34 +02:00 committed by GitHub
parent 4e9a01a0bc
commit 8d695ea935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
allow:
- dependency-name: "github.com/hashicorp/packer-plugin-sdk"
- dependency-name: "github.com/hashicorp/hcl/v2"
- dependency-name: "github.com/zclconf/go-cty"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily