diff --git a/package.json b/package.json index e610b1373..060ef8571 100644 --- a/package.json +++ b/package.json @@ -35,35 +35,35 @@ }, "homepage": "https://github.com/conventional-changelog/standard-version#readme", "dependencies": { - "chalk": "2.4.2", + "chalk": "^2.4.2", "conventional-changelog": "3.1.21", "conventional-changelog-config-spec": "2.1.0", "conventional-changelog-conventionalcommits": "4.3.0", "conventional-recommended-bump": "6.0.9", - "detect-indent": "6.0.0", - "detect-newline": "3.1.0", - "dotgitignore": "2.1.0", - "figures": "3.1.0", - "find-up": "4.1.0", - "fs-access": "1.0.1", - "git-semver-tags": "4.0.0", - "semver": "7.1.1", - "stringify-package": "1.0.1", - "yargs": "15.3.1" + "detect-indent": "^6.0.0", + "detect-newline": "^3.1.0", + "dotgitignore": "^2.1.0", + "figures": "^3.1.0", + "find-up": "^4.1.0", + "fs-access": "^1.0.1", + "git-semver-tags": "^4.0.0", + "semver": "^7.1.1", + "stringify-package": "^1.0.1", + "yargs": "^15.3.1" }, "devDependencies": { - "chai": "4.2.0", - "coveralls": "3.1.0", - "eslint": "6.8.0", - "eslint-config-standard": "14.1.1", - "eslint-plugin-import": "2.20.0", - "eslint-plugin-node": "10.0.0", - "eslint-plugin-promise": "4.2.1", - "eslint-plugin-standard": "4.0.1", - "mocha": "7.2.0", + "chai": "^4.2.0", + "coveralls": "^3.1.0", + "eslint": "^6.8.0", + "eslint-config-standard": "^14.1.1", + "eslint-plugin-import": "^2.20.0", + "eslint-plugin-node": "^10.0.0", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-standard": "^4.0.1", + "mocha": "^7.2.0", "mock-git": "^2.0.0", - "mockery": "2.1.0", - "nyc": "14.1.1", - "shelljs": "0.8.4" + "mockery": "^2.1.0", + "nyc": "^14.1.1", + "shelljs": "^0.8.4" } } diff --git a/renovate.json b/renovate.json index f45d8f110..5ec138e45 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,9 @@ { "extends": [ "config:base" - ] + ], + "pinVersions": false, + "rebaseStalePrs": true, + "gitAuthor": null, + "ignoreDeps": ["decamelize"] }