Reconfigureing the dependabot limits (#491)

Setting the pip lmits to 10 since we idel often with 5 open PRs.
This commit is contained in:
Philipp Horstenkamp 2023-12-27 12:28:26 +01:00 committed by GitHub
parent 71c929cda8
commit 2bc477d384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ updates:
directory: / # Location of package manifests directory: / # Location of package manifests
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 5 open-pull-requests-limit: 10
ignore: ignore:
- dependency-name: '*' - dependency-name: '*'
update-types: ['version-update:semver-major'] update-types: ['version-update:semver-major']

View File

@ -14,7 +14,7 @@ permissions:
jobs: jobs:
dependabot: dependabot:
runs-on: ubuntu-latest 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: steps:
- name: Dependabot metadata - name: Dependabot metadata
id: metadata id: metadata