mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
16 lines
411 B
YAML
16 lines
411 B
YAML
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"
|
|
- dependency-name: "github.com/hashicorp/hcp-sdk-go"
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|