Skip to content

Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.10 to 2.3.11 #254

Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.10 to 2.3.11

Bump io.ktor:ktor-serialization-kotlinx-json from 2.3.10 to 2.3.11 #254

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.repository == 'JetBrains/ideavim' }}
steps:
- name: Auto-merge Dependabot PR
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}