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 #2432 from hey-api/chore/renovate-config

chore: add renovate

authored by

Lubos and committed by
GitHub
9d7cf27b fc314ca7

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