Skip to content

:dependabot: terraform(deps): Bump hashicorp/aws from 5.82.1 to 5.85.0 in /terraform/aws/analytical-platform-data-production/data-engineering-pipelines #4737

:dependabot: terraform(deps): Bump hashicorp/aws from 5.82.1 to 5.85.0 in /terraform/aws/analytical-platform-data-production/data-engineering-pipelines

:dependabot: terraform(deps): Bump hashicorp/aws from 5.82.1 to 5.85.0 in /terraform/aws/analytical-platform-data-production/data-engineering-pipelines #4737

---
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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@73c7d0fefec75e06673b9de4fb62f1d45561e098 # v0.2.5
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 }}