mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-04-21 21:12:54 +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
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -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']
|
||||||
|
2
.github/workflows/dependabot-auto-merge.yaml
vendored
2
.github/workflows/dependabot-auto-merge.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user