mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-20 21:42:53 +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:
parent
71c929cda8
commit
2bc477d384
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -11,10 +11,10 @@ updates:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: pip # See documentation for possible values
|
||||
directory: / # Location of package manifests
|
||||
directory: / # Location of package manifests
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: '*'
|
||||
update-types: ['version-update:semver-major']
|
||||
|
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user