Skip to content

Commit a1efaf5

Browse files
authored
Update dependabot dependency update rules (#2776)
* Update dependabot dependency update rules * fix syntax
1 parent 701bc20 commit a1efaf5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/six-masks-sit.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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ updates:
1616
timezone: 'America/Los_Angeles'
1717
# Update package.json files if new version is outside of version range specified there. Otherwise lock file only.
1818
versioning-strategy: increase-if-necessary
19-
open-pull-requests-limit: 20
19+
allow:
20+
- dependency-type: 'production'
21+
open-pull-requests-limit: 10
2022
# Groups dependencies into one PR, dependencies that don't match any group will be in their own individual PR
2123
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--.
2224
groups:
@@ -26,6 +28,7 @@ updates:
2628
aws-sdk:
2729
patterns:
2830
- '@aws-sdk/*'
31+
- '@types/aws-*'
2932
changesets:
3033
patterns:
3134
- '@changesets/*'

0 commit comments

Comments
 (0)