diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index aa8d936..c3fce10 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -14,9 +14,10 @@ jobs: - name: Dependabot metadata id: dependabot-metadata uses: dependabot/fetch-metadata@v1 + - name: Enable auto-merge for Dependabot PRs if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}} run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/tests/http/main.tf b/tests/http/main.tf index 1b07e9c..5391da4 100644 --- a/tests/http/main.tf +++ b/tests/http/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { http = { source = "hashicorp/http" - version = "3.4.0" + version = "3.4.1" } } } diff --git a/version.tf b/version.tf index b6eec62..82ad5f1 100644 --- a/version.tf +++ b/version.tf @@ -44,7 +44,7 @@ terraform { } http = { source = "hashicorp/http" - version = "3.4.0" + version = "3.4.1" } } }