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.

at feat/use-query-options 17 lines 505 B view raw
1{ 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "dependencyDashboardTitle": "Dependencies 📦", 4 "extends": ["config:recommended"], 5 "ignorePaths": ["**/node_modules/**"], 6 "minimumReleaseAge": "3 days", 7 "packageRules": [ 8 { 9 "matchPackageNames": ["zod"], 10 "matchFileNames": ["packages/openapi-ts-tests/zod/v3/**"], 11 "allowedVersions": "<4.0.0" 12 } 13 ], 14 "prConcurrentLimit": 4, 15 "schedule": ["before 3am on Monday"], 16 "updatePinnedDependencies": true 17}