Skip to content

Bump pre-commit from 3.7.1 to 3.8.0 #134

Bump pre-commit from 3.7.1 to 3.8.0

Bump pre-commit from 3.7.1 to 3.8.0 #134

name: Dependabot test and auto-merge
on: pull_request
jobs:
# Merge pre-conditions.
test-build-python:
uses: ./.github/workflows/build_python.yml
test-codeql-analysis:
uses: ./.github/workflows/codeql_analysis.yml
# Merge job.
dependabot-auto-merge-workflow:
permissions:
contents: write
pull-requests: write
needs: [test-build-python, test-codeql-analysis]
uses: brightsparklabs/github-actions/.github/workflows/dependabot-auto-merge.yml@master
secrets: inherit