mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
26 lines
566 B
YAML
26 lines
566 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
labels:
|
|
- "dependencies"
|
|
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types:
|
|
- "version-update:semver-major"
|
|
groups:
|
|
# Group all GitHub Actions updates into a single PR
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-name: "github.com/hashicorp/packer-plugin-sdk"
|
|
- dependency-name: "github.com/hashicorp/hcp-sdk-go"
|