Skip to content

Commit

Permalink
docs: updates README (#125)
Browse files Browse the repository at this point in the history
* docs: updates README
  • Loading branch information
esacteksab authored Jan 15, 2025
1 parent 1cc3412 commit a5d866f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ on:

jobs:
validate-tf:
uses: trussworks/shared-actions/.github/workflows/validate-tf.yml@main
uses: trussworks/shared-actions/.github/workflows/validate-tf.yml@3cab03ab95045711da37ad6d63a93c666fc22398 # v0.0.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ module "bootstrap" {

| Name | Source | Version |
|------|--------|---------|
| terraform_state_bucket | trussworks/s3-private-bucket/aws | ~> 7.1.0 |
| terraform_state_bucket_logs | trussworks/logs/aws | ~> 16.2.0 |
| terraform_state_bucket | trussworks/s3-private-bucket/aws | ~> 8.0.2 |
| terraform_state_bucket_logs | trussworks/logs/aws | ~> 16.3.1 |

## Resources

Expand Down
7 changes: 3 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": [
"config:base",
":disableDependencyDashboard"
"config:recommended",
"helpers:pinGitHubActionDigests"
],
"labels": [
"dependencies"
Expand Down Expand Up @@ -30,10 +30,9 @@
"automerge": true,
"description": "Group minor and patch updates into a single PR",
"groupName": "dependencies",
"managers": [
"matchManagers": [
"terraform",
"pre-commit",
"dockerfile",
"github-actions"
],
"matchUpdateTypes": [
Expand Down

0 comments on commit a5d866f

Please sign in to comment.