fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3343 from hey-api/ci/renovate-zod-major

ci: restrict zod to v3

authored by

Lubos and committed by
GitHub
2b16b75f 6c41952a

+1 -1
+1 -1
renovate.json
··· 6 6 "packageRules": [ 7 7 { 8 8 "matchPackageNames": ["zod"], 9 - "matchRepositories": ["./packages/openapi-ts-tests/zod/v3"], 9 + "matchFileNames": ["packages/openapi-ts-tests/zod/v3/**"], 10 10 "allowedVersions": "<4.0.0" 11 11 } 12 12 ],