Skip to content

Commit 471fe5c

Browse files
committed
shared-config: add Terraform
Signed-off-by: Patrick Linnane <patrick@linnane.io>
1 parent 5006f31 commit 471fe5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/sync/shared-config.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def git(*args)
8383
"package.json"
8484
when "pip"
8585
"requirements.txt"
86+
when "terraform"
87+
".terraform.lock.hcl"
8688
end
8789

8890
keep_update = if ecosystem_file && (update_directories = update["directories"])

0 commit comments

Comments
 (0)