mirror of https://github.com/hashicorp/packer
Set up Dependabot (#11142)
* Create dependabot.yml * Update .github/dependabot.yml * Update dependabot.ymlpull/11159/head
parent
4e9a01a0bc
commit
8d695ea935
@ -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…
Reference in new issue