Skip to content

Commit 73ddc63

Browse files
authored
github: Change Dependabot to only manage HashiCorp-owned Actions
1 parent bf1144e commit 73ddc63

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/dependabot.yml

+16-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ updates:
66
interval: "daily"
77
labels: ["dependencies"]
88

9-
- package-ecosystem: "github-actions"
10-
directory: "/"
9+
- package-ecosystem: github-actions
10+
directory: /
1111
schedule:
12-
interval: "daily"
13-
labels: ["dependencies"]
12+
interval: monthly
13+
labels:
14+
- dependencies
15+
# only update HashiCorp actions, external actions managed by TSCCR
16+
allow:
17+
- dependency-name: hashicorp/*
18+
groups:
19+
github-actions-breaking:
20+
update-types:
21+
- major
22+
github-actions-backward-compatible:
23+
update-types:
24+
- minor
25+
- patch

0 commit comments

Comments
 (0)