Skip to content

build(deps): bump super-linter/super-linter from 8.2.1 to 8.3.0 #36

build(deps): bump super-linter/super-linter from 8.2.1 to 8.3.0

build(deps): bump super-linter/super-linter from 8.2.1 to 8.3.0 #36

name: Auto-Merge Dependabot
on:
pull_request:
jobs:
auto-merge:
name: '🤖 Auto-Merge Dependabot'
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2.13.2
with:
egress-policy: audit
- uses: actions/checkout@v6.0.0
with:
fetch-depth: 0
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_PAT }}