Skip to content

Commit bf54697

Browse files
authored
github: Set up Dependabot to manage HashiCorp-owned Actions versioning
1 parent 4521ae9 commit bf54697

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
labels:
8+
- dependencies
9+
- automated
10+
reviewers:
11+
- hashicorp/terraform-core
12+
# only update HashiCorp actions, external actions managed by TSCCR
13+
allow:
14+
- dependency-name: hashicorp/*
15+
groups:
16+
github-actions-breaking:
17+
update-types:
18+
- major
19+
github-actions-backward-compatible:
20+
update-types:
21+
- minor
22+
- patch

0 commit comments

Comments
 (0)