mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-01 15:02:09 +08:00
4f409c8dbe
Co-authored-by: sembauke <semboot699@gmail.com>
35 lines
774 B
YAML
35 lines
774 B
YAML
packages:
|
|
- 'api'
|
|
- 'client'
|
|
- 'curriculum'
|
|
- 'e2e'
|
|
- 'shared'
|
|
- 'tools/challenge-helper-scripts'
|
|
- 'tools/challenge-parser'
|
|
- 'tools/client-plugins/*'
|
|
- 'tools/crowdin'
|
|
- 'tools/daily-challenges'
|
|
- 'tools/scripts/seed'
|
|
- 'tools/scripts/seed-exams'
|
|
- 'packages/*'
|
|
|
|
# Disable until we can enable this again.
|
|
strictPeerDependencies: false
|
|
# A lot of our scripts rely on pre and post scripts.
|
|
enablePrePostScripts: true
|
|
minimumReleaseAge: 10080
|
|
minimumReleaseAgeExclude:
|
|
- '@freecodecamp/curriculum-helpers'
|
|
|
|
overrides:
|
|
# Pin transitive deps to mature releases so Renovate can refresh lockfiles.
|
|
caniuse-lite: 1.0.30001791
|
|
|
|
packageExtensions:
|
|
'@testing-library/jest-dom':
|
|
peerDependencies:
|
|
vitest: '*'
|
|
|
|
hoistPattern:
|
|
- '!*eslint*'
|