mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
* Create dependabot.yml * Update .github/dependabot.yml * Update dependabot.yml
15 lines
354 B
YAML
15 lines
354 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"
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|