mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 21:53:55 +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:
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']
|
||||
|
Reference in New Issue
Block a user