mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
Set up Dependabot (#11142)
* Create dependabot.yml * Update .github/dependabot.yml * Update dependabot.yml
This commit is contained in:
parent
4e9a01a0bc
commit
8d695ea935
1 changed files with 14 additions and 0 deletions
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal 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
|
||||
Loading…
Reference in a new issue