diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..5c1b35a --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"], + "prHourlyLimit": 0, + "prConcurrentLimit": 20, + "timezone": "America/New_York" +} diff --git a/package.json b/package.json index 85f9b69..7603143 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ "dependencies": { "@docusaurus/core": "2.0.0-beta.15", "@docusaurus/preset-classic": "2.0.0-beta.15", - "@mdx-js/react": "^1.6.22", - "asciinema-player": "^3.0.0-rc.1", - "clsx": "^1.1.1", - "docusaurus-lunr-search": "^2.1.15", - "react": "^17.0.2", - "react-dom": "^17.0.2" + "@mdx-js/react": "1.6.22", + "asciinema-player": "3.0.0-rc.1", + "clsx": "1.1.1", + "docusaurus-lunr-search": "2.1.15", + "react": "17.0.2", + "react-dom": "17.0.2" }, "browserslist": { "production": [ diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 39a2b6e..0000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] -}