Skip to content

build(deps-dev): bump @ionic/swiftlint-config from 1.1.2 to 2.0.0 #280

build(deps-dev): bump @ionic/swiftlint-config from 1.1.2 to 2.0.0

build(deps-dev): bump @ionic/swiftlint-config from 1.1.2 to 2.0.0 #280

Workflow file for this run

name: ci / deps / auto-merge
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
config: .github/auto-merge.yml
github-token: ${{ secrets.DP_AUTOMERGE_GH_TOKEN }}