Skip to content

Commit 09fe5af

Browse files
authored
Merge pull request #6238 from mozilla/chore/ignore-faker-major-updates
chore(dependabot): ignore faker major update (v10+)
2 parents 6a14ee9 + e4a6178 commit 09fe5af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,11 @@ updates:
8484
# See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#versions-ignore
8585
# and https://guides.rubygems.org/patterns/#pessimistic-version-constraint
8686
versions: ["~> 23", "<= 24.10", "~> 25", "~> 27", "~> 29"]
87+
# The newest major version of faker is ESM-only which is difficult
88+
# to support with jest
89+
# Since faker is a zero-dependency library, ignore major version
90+
# upgrades (can consider the work to update if/when we need any
91+
# functionality from the new version)
92+
# See https://github.com/faker-js/faker/issues/3606#issuecomment-3233612736
93+
- dependency-name: "@faker-js/faker"
94+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)