Set up Dependabot (#11142)

* Create dependabot.yml

* Update .github/dependabot.yml

* Update dependabot.yml
pull/11159/head
Matthieu MOREL 5 years ago committed by GitHub
parent 4e9a01a0bc
commit 8d695ea935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save