Skip to content

build(deps): bump org.testcontainers:testcontainers-bom from 1.19.8 to 1.20.0 #318

build(deps): bump org.testcontainers:testcontainers-bom from 1.19.8 to 1.20.0

build(deps): bump org.testcontainers:testcontainers-bom from 1.19.8 to 1.20.0 #318

name: Auto approve PRs by dependabot
# Trigger the workflow on pull request
on: pull_request_target
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: cognitedata/[email protected]
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}