Skip to content

feat: Argus Console (TUI) + browser viewer modernization — interactive console, live intelligence, charts, formal PDF report #720

feat: Argus Console (TUI) + browser viewer modernization — interactive console, live intelligence, charts, formal PDF report

feat: Argus Console (TUI) + browser viewer modernization — interactive console, live intelligence, charts, formal PDF report #720

name: Dependabot Auto-Merge
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Auto-merge patch and minor updates
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}