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.

ci: group package and example dependencies

Lubos edac0b49 83179c57

+10
+10
renovate.json
··· 9 9 "matchPackageNames": ["zod"], 10 10 "matchFileNames": ["packages/openapi-ts-tests/zod/v3/**"], 11 11 "allowedVersions": "<4.0.0" 12 + }, 13 + { 14 + "matchFileNames": ["examples/**"], 15 + "groupName": "examples", 16 + "prPriority": -1 17 + }, 18 + { 19 + "matchFileNames": ["packages/**"], 20 + "groupName": "core packages", 21 + "prPriority": 10 12 22 } 13 23 ], 14 24 "prConcurrentLimit": 4,