Skip to content

Commit

Permalink
fix(dependabot): change defaults to 5 open prs
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed May 20, 2021
1 parent 8529d1d commit 430c6fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: master
versioning-strategy: increase
interval: 'weekly'
open-pull-requests-limit: 5
versioning-strategy: 'increase'
labels:
- 'dependencies'
9 changes: 4 additions & 5 deletions templates/github-dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: master
versioning-strategy: increase
interval: 'weekly'
open-pull-requests-limit: 5
versioning-strategy: 'increase'

0 comments on commit 430c6fa

Please sign in to comment.