File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
validate-tf :
17
- uses : trussworks/shared-actions/.github/workflows/validate-tf.yml@main
17
+ uses : trussworks/shared-actions/.github/workflows/validate-tf.yml@3cab03ab95045711da37ad6d63a93c666fc22398 # v0.0.2
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ module "bootstrap" {
38
38
39
39
| Name | Source | Version |
40
40
| ------| --------| ---------|
41
- | terraform_state_bucket | trussworks/s3-private-bucket/aws | ~ > 7.1.0 |
42
- | terraform_state_bucket_logs | trussworks/logs/aws | ~ > 16.2.0 |
41
+ | terraform_state_bucket | trussworks/s3-private-bucket/aws | ~ > 8.0.2 |
42
+ | terraform_state_bucket_logs | trussworks/logs/aws | ~ > 16.3.1 |
43
43
44
44
## Resources
45
45
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base " ,
4
- " :disableDependencyDashboard "
3
+ " config:recommended " ,
4
+ " helpers:pinGitHubActionDigests "
5
5
],
6
6
"labels" : [
7
7
" dependencies"
30
30
"automerge" : true ,
31
31
"description" : " Group minor and patch updates into a single PR" ,
32
32
"groupName" : " dependencies" ,
33
- "managers " : [
33
+ "matchManagers " : [
34
34
" terraform" ,
35
35
" pre-commit" ,
36
- " dockerfile" ,
37
36
" github-actions"
38
37
],
39
38
"matchUpdateTypes" : [
You can’t perform that action at this time.
0 commit comments