Skip to content

Commit 50d97bf

Browse files
authoredMay 10, 2024
Create dependabot.yml
1 parent c4285a1 commit 50d97bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# Dependabot only updates HashiCorp GHAs, external GHAs are managed by internal tooling (tsccr)
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
allow:
15+
- dependency-name: "hashicorp/*"

0 commit comments

Comments
 (0)
Please sign in to comment.