Skip to content

Bump testcontainers from 10.9.0 to 10.10.0 #68

Bump testcontainers from 10.9.0 to 10.10.0

Bump testcontainers from 10.9.0 to 10.10.0 #68

Workflow file for this run

name: Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}