mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-20 00:13:30 -05:00
23 lines
527 B
YAML
23 lines
527 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
labels:
|
|
- dependencies
|
|
- build
|
|
- security
|
|
reviewers:
|
|
- hashicorp/terraform-core
|
|
# only update HashiCorp actions, external actions managed by TSCCR
|
|
allow:
|
|
- dependency-name: hashicorp/*
|
|
groups:
|
|
github-actions-breaking:
|
|
update-types:
|
|
- major
|
|
github-actions-backward-compatible:
|
|
update-types:
|
|
- minor
|
|
- patch
|