mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 22:53:56 +02:00
Reconfigureing the dependabot limits (#491)
Setting the pip lmits to 10 since we idel often with 5 open PRs.
This commit is contained in:
2
.github/workflows/dependabot-auto-merge.yaml
vendored
2
.github/workflows/dependabot-auto-merge.yaml
vendored
@ -14,7 +14,7 @@ permissions:
|
||||
jobs:
|
||||
dependabot:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ (github.actor == 'dependabot[bot]') || (github.actor == 'github-actions[bot]') }}
|
||||
if: ${{ ((github.actor == 'dependabot[bot]') || (github.actor == 'github-actions[bot]')) }}
|
||||
steps:
|
||||
- name: Dependabot metadata
|
||||
id: metadata
|
||||
|
Reference in New Issue
Block a user