mirror of https://github.com/hashicorp/terraform
build: Set up Dependabot to manage HashiCorp-owned GitHub Actions versioning (#35124)
parent
f263c43d8e
commit
c1a356cc9f
@ -0,0 +1,23 @@
|
||||
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
|
||||
Loading…
Reference in new issue