Skip to content

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.5.5 to 0.5.6 #945

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.5.5 to 0.5.6

chore(deps): bump github.com/projectdiscovery/fastdialer from 0.5.5 to 0.5.6 #945

Workflow file for this run

name: 🤖 dep auto merge
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.DEPENDABOT_PAT }}