Skip to content

Commit 633ecaf

Browse files
authored
update dependabot version update limit (#2648)
* update dependabot version update limit * remove comment
1 parent 7a2aff9 commit 633ecaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/few-coats-end.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Dependabot version updates raises a maximum of five pull requests each time it checks dependencies.
21
# Note that there is some overlap with Dependabot security updates so some options can effect security updates as well,
32
# see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.
43

@@ -16,3 +15,4 @@ updates:
1615
timezone: 'America/Los_Angeles'
1716
# Update package.json files if new version is outside of version range specified there. Otherwise lock file only.
1817
versioning-strategy: increase-if-necessary
18+
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)