Skip to content

Bump org.jetbrains:annotations from 24.1.0 to 26.0.1 #411

Bump org.jetbrains:annotations from 24.1.0 to 26.0.1

Bump org.jetbrains:annotations from 24.1.0 to 26.0.1 #411

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}}