mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-07 06:02:06 -04:00
33 lines
709 B
YAML
33 lines
709 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
|
|
|
|
overrides:
|
|
# Pin transitive deps to mature releases so Renovate can refresh lockfiles.
|
|
caniuse-lite: 1.0.30001788
|
|
|
|
packageExtensions:
|
|
'@testing-library/jest-dom':
|
|
peerDependencies:
|
|
vitest: '*'
|
|
|
|
hoistPattern:
|
|
- '!*eslint*'
|