diff --git a/README.md b/README.md index eacdf7069..74add535e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + > See the `feature/yotta-codegen` branch for modifications to support yotta tooling + # OpenAPI Typescript Codegen [![NPM][npm-image]][npm-url] diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..954a36c27 --- /dev/null +++ b/renovate.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "prHourlyLimit": 2, + "prConcurrentLimit": 2, + "dependencyDashboard": true, + "lockFileMaintenance": { + "enabled": true, + "automerge": true + }, + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true + } + ] +}