Skip to content

Commit

Permalink
fix: increase open dependabot limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Dec 5, 2023
1 parent 9e24894 commit 8953024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ updates:
prefix-development: chore
labels:
- "Dependencies"
open-pull-requests-limit: 10
1 change: 1 addition & 0 deletions lib/content/dependabot-yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ updates:
{{#each labels }}
- "{{ . }}"
{{/each}}
open-pull-requests-limit: 10
{{/each}}
1 change: 1 addition & 0 deletions test/apply/dependabot.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ t.test('default', async (t) => {
'versioning-strategy': 'increase-if-necessary',
'commit-message': { prefix: 'deps', 'prefix-development': 'chore' },
labels: ['Dependencies'],
'open-pull-requests-limit': 10,
})

t.ok(s.postDependabot)
Expand Down

0 comments on commit 8953024

Please sign in to comment.