Skip to content

Commit a5d866f

Browse files
authored
docs: updates README (#125)
* docs: updates README
1 parent 1cc3412 commit a5d866f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ on:
1414

1515
jobs:
1616
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ module "bootstrap" {
3838

3939
| Name | Source | Version |
4040
|------|--------|---------|
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 |
4343

4444
## Resources
4545

renovate.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
3-
"config:base",
4-
":disableDependencyDashboard"
3+
"config:recommended",
4+
"helpers:pinGitHubActionDigests"
55
],
66
"labels": [
77
"dependencies"
@@ -30,10 +30,9 @@
3030
"automerge": true,
3131
"description": "Group minor and patch updates into a single PR",
3232
"groupName": "dependencies",
33-
"managers": [
33+
"matchManagers": [
3434
"terraform",
3535
"pre-commit",
36-
"dockerfile",
3736
"github-actions"
3837
],
3938
"matchUpdateTypes": [

0 commit comments

Comments
 (0)