mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-06 05:37:28 +02:00
Added github actions automerge for pre-commit updates. (#362)
This commit is contained in:
parent
8781d746e7
commit
ad8f5d0fb1
3
.github/workflows/dependabot-auto-merge.yaml
vendored
3
.github/workflows/dependabot-auto-merge.yaml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- pyproject.toml
|
- pyproject.toml
|
||||||
- poetry.lock
|
- poetry.lock
|
||||||
|
- .pre-commit-config.yaml
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -13,7 +14,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
dependabot:
|
dependabot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
if: ${{ (github.actor == 'dependabot[bot]') || (github.actor == 'github-actions[bot]') }}
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
id: metadata
|
id: metadata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user