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 #2616 from hey-api/ci/renovate-pin

ci: renovate update pinned dependencies

authored by

Lubos and committed by
GitHub
65d16b3d 658842a3

+3 -2
+3 -2
renovate.json
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "extends": ["config:recommended"], 4 + "minimumReleaseAge": "3 days", 5 + "prConcurrentLimit": 4, 4 6 "schedule": ["before 3am on Monday"], 5 - "prConcurrentLimit": 4, 6 - "minimumReleaseAge": "3 days" 7 + "updatePinnedDependencies": true 7 8 }