Skip to content

:dependabot: terraform(deps): Bump hashicorp/aws from 5.70.0 to 5.71.0 in /terraform/cloud-platform/live/data-platform-production/actions-runners #3298

:dependabot: terraform(deps): Bump hashicorp/aws from 5.70.0 to 5.71.0 in /terraform/cloud-platform/live/data-platform-production/actions-runners

:dependabot: terraform(deps): Bump hashicorp/aws from 5.70.0 to 5.71.0 in /terraform/cloud-platform/live/data-platform-production/actions-runners #3298

---
name: Dependabot Configuration Generator
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
permissions: read-all
jobs:
dependabot-configuration-generator:
name: Dependabot Configuration Generator
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run Dependabot Configuration Generator
id: run_dependabot_configuration_generator
run: |
bash scripts/dependabot/configuration-generator.sh
- name: Detect Changes in .github/dependabot.yml
id: detect_changes
run: |
git diff --quiet --exit-code .github/dependabot.yml
continue-on-error: true
- name: DEBUG
id: debug
run: |
git diff .github/dependabot.yml
echo "detect_changes_output ${{ steps.detect_changes.outcome }}"
- name: Commit Changes
id: commit_changes
uses: planetscale/ghcommit-action@d4176bfacef926cc2db351eab20398dfc2f593b5 # v0.2.0
with:
commit_message: "🤖 Update .github/dependabot.yml"
file_pattern: ".github/dependabot.yml"
repo: ${{ github.repository }}
branch: ${{ github.head_ref || github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.DATA_PLATFORM_ROBOT_TOKEN }}