2016-12-18 06:51:25 +00:00
|
|
|
{
|
2017-01-10 21:38:37 +00:00
|
|
|
"name": "renovate",
|
2018-03-30 19:19:30 +00:00
|
|
|
"description": "Automated dependency updates. Flexible so you don't need to be.",
|
2017-06-29 12:36:50 +00:00
|
|
|
"version": "0.0.0-semantic-release",
|
2018-03-06 14:43:15 +00:00
|
|
|
"bin": {
|
2018-03-27 15:56:58 +00:00
|
|
|
"renovate": "lib/renovate.js",
|
2018-03-07 05:10:17 +00:00
|
|
|
"renovate-config-validator": "bin/config-validator.js"
|
2018-03-06 14:43:15 +00:00
|
|
|
},
|
2017-01-10 21:38:37 +00:00
|
|
|
"scripts": {
|
2017-11-13 16:44:09 +00:00
|
|
|
"clean-cache": "node bin/clean-cache.js",
|
2017-01-17 13:30:25 +00:00
|
|
|
"heroku-push": "git push heroku master",
|
|
|
|
"heroku-scheduler": "heroku addons:open scheduler",
|
2018-03-30 19:23:51 +00:00
|
|
|
"jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
|
2018-06-01 08:28:47 +00:00
|
|
|
"jest-silent": "yarn jest --reporters jest-silent-reporter",
|
2017-09-13 19:43:52 +00:00
|
|
|
"lint-fix": "eslint --fix lib test",
|
|
|
|
"lint": "eslint lib test",
|
2017-12-02 19:29:55 +00:00
|
|
|
"prettier": "prettier \"**/*.{js,json,md}\" --write",
|
2017-11-01 09:39:12 +00:00
|
|
|
"start": "node lib/renovate",
|
2017-06-04 04:34:41 +00:00
|
|
|
"test-dirty": "git diff --exit-code",
|
2018-03-30 19:23:51 +00:00
|
|
|
"test": "yarn prettier --list-different && yarn lint && yarn jest"
|
2017-01-10 21:38:37 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-11-23 13:08:31 +00:00
|
|
|
"url": "https://github.com/renovateapp/renovate.git"
|
2017-01-10 21:38:37 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2018-03-30 19:19:30 +00:00
|
|
|
"automated",
|
|
|
|
"dependency",
|
|
|
|
"docker",
|
|
|
|
"management",
|
|
|
|
"meteor",
|
|
|
|
"node",
|
2017-01-10 21:38:37 +00:00
|
|
|
"npm",
|
|
|
|
"outdated",
|
2018-03-30 19:19:30 +00:00
|
|
|
"update",
|
|
|
|
"yarn"
|
2017-01-10 21:38:37 +00:00
|
|
|
],
|
2017-01-15 16:28:32 +00:00
|
|
|
"author": "Rhys Arkins <rhys@arkins.net>",
|
2017-11-12 09:26:53 +00:00
|
|
|
"contributors": [
|
2018-03-06 09:56:05 +00:00
|
|
|
"Hutson Betts <hutson@hyper-expanse.net>",
|
2017-11-12 09:26:53 +00:00
|
|
|
"Jean-Yves Couët <jycouet@gmail.com>"
|
|
|
|
],
|
2018-04-09 05:08:03 +00:00
|
|
|
"license": "AGPL-3.0",
|
2017-01-10 21:38:37 +00:00
|
|
|
"bugs": {
|
2017-11-23 13:08:31 +00:00
|
|
|
"url": "https://github.com/renovateapp/renovate/issues"
|
2017-01-10 21:38:37 +00:00
|
|
|
},
|
2017-11-23 13:08:31 +00:00
|
|
|
"homepage": "https://github.com/renovateapp/renovate#readme",
|
2017-01-11 18:32:45 +00:00
|
|
|
"engines": {
|
2018-03-30 19:20:15 +00:00
|
|
|
"node": ">= 8.11.0"
|
2017-01-11 18:32:45 +00:00
|
|
|
},
|
2016-12-18 06:51:25 +00:00
|
|
|
"dependencies": {
|
2018-06-03 16:42:51 +00:00
|
|
|
"@renovate/pep440": "0.2.0",
|
2018-06-04 18:07:22 +00:00
|
|
|
"@sindresorhus/is": "0.9.0",
|
2018-06-11 10:25:43 +00:00
|
|
|
"@yarnpkg/lockfile": "1.0.2",
|
2017-08-03 00:47:34 +00:00
|
|
|
"bunyan": "1.8.12",
|
2018-05-07 19:51:42 +00:00
|
|
|
"cacache": "11.0.2",
|
2018-04-26 05:19:17 +00:00
|
|
|
"chalk": "2.4.1",
|
2018-05-21 02:18:50 +00:00
|
|
|
"changelog-filename-regex": "2.0.0",
|
2017-09-20 20:56:57 +00:00
|
|
|
"child-process-promise": "2.2.1",
|
2018-03-28 03:18:42 +00:00
|
|
|
"clean-git-ref": "1.0.3",
|
2018-03-20 01:50:21 +00:00
|
|
|
"commander": "2.15.1",
|
2018-06-10 14:07:25 +00:00
|
|
|
"compare-versions": "3.3.0",
|
2017-07-07 05:54:09 +00:00
|
|
|
"conventional-commits-detector": "0.1.1",
|
2017-09-22 05:04:41 +00:00
|
|
|
"convert-hrtime": "2.0.0",
|
2018-05-20 18:40:21 +00:00
|
|
|
"deepcopy": "1.0.0",
|
2018-05-25 17:40:20 +00:00
|
|
|
"delay": "3.0.0",
|
2017-12-05 06:50:16 +00:00
|
|
|
"detect-indent": "5.0.0",
|
2017-12-09 16:09:31 +00:00
|
|
|
"email-addresses": "3.0.1",
|
2018-05-07 19:50:40 +00:00
|
|
|
"fast-clone": "1.5.3",
|
2018-05-09 23:28:25 +00:00
|
|
|
"fs-extra": "6.0.1",
|
2017-10-12 06:05:13 +00:00
|
|
|
"get-installed-path": "4.0.8",
|
2017-11-24 08:00:17 +00:00
|
|
|
"gh-got": "7.0.0",
|
2017-06-27 15:35:23 +00:00
|
|
|
"github-url-from-git": "1.5.0",
|
2017-11-01 09:36:58 +00:00
|
|
|
"gl-got": "8.0.0",
|
2018-05-01 07:33:05 +00:00
|
|
|
"got": "8.3.1",
|
2017-10-19 06:48:57 +00:00
|
|
|
"handlebars": "4.0.11",
|
2017-11-21 22:29:53 +00:00
|
|
|
"ini": "1.3.5",
|
2018-06-02 00:46:02 +00:00
|
|
|
"js-yaml": "3.12.0",
|
2017-07-06 12:09:35 +00:00
|
|
|
"json-dup-key-validator": "1.0.2",
|
2018-04-22 18:45:17 +00:00
|
|
|
"json-stringify-pretty-compact": "1.2.0",
|
2017-06-30 12:04:46 +00:00
|
|
|
"later": "1.2.0",
|
2018-04-24 18:19:44 +00:00
|
|
|
"lodash": "4.17.10",
|
2018-04-01 13:51:20 +00:00
|
|
|
"markdown-it": "8.4.1",
|
2017-09-12 05:49:56 +00:00
|
|
|
"minimatch": "3.0.4",
|
2018-06-01 10:22:38 +00:00
|
|
|
"moment": "2.22.2",
|
2018-05-12 05:43:05 +00:00
|
|
|
"moment-timezone": "0.5.17",
|
2018-05-24 09:39:00 +00:00
|
|
|
"npm": "6.1.0",
|
2018-03-12 04:32:20 +00:00
|
|
|
"openpgp": "2.6.2",
|
2018-04-30 12:08:48 +00:00
|
|
|
"p-all": "1.0.0",
|
2017-10-17 18:44:40 +00:00
|
|
|
"parse-link-header": "1.0.1",
|
2018-06-11 15:30:46 +00:00
|
|
|
"pnpm": "2.4.0",
|
2018-01-27 08:00:52 +00:00
|
|
|
"registry-auth-token": "3.3.2",
|
2017-06-28 20:33:27 +00:00
|
|
|
"root-require": "0.3.1",
|
2018-04-13 04:52:08 +00:00
|
|
|
"safe-regex": "1.1.0",
|
2018-01-17 06:22:37 +00:00
|
|
|
"semver": "5.5.0",
|
2017-01-11 09:05:42 +00:00
|
|
|
"semver-stable": "2.0.4",
|
2018-03-28 08:09:55 +00:00
|
|
|
"semver-utils": "1.1.2",
|
2017-12-23 11:32:17 +00:00
|
|
|
"showdown": "1.8.6",
|
2018-05-13 14:43:26 +00:00
|
|
|
"slugify": "1.3.0",
|
2017-11-06 15:28:57 +00:00
|
|
|
"tmp-promise": "1.0.4",
|
2017-09-14 15:57:17 +00:00
|
|
|
"traverse": "0.6.6",
|
2018-05-15 21:29:52 +00:00
|
|
|
"upath": "1.1.0",
|
2018-06-03 21:18:40 +00:00
|
|
|
"validator": "10.3.0",
|
2018-04-02 19:33:26 +00:00
|
|
|
"vso-node-api": "6.5.0",
|
2018-06-10 21:25:24 +00:00
|
|
|
"xregexp": "4.2.0",
|
2018-05-24 02:42:08 +00:00
|
|
|
"yarn": "1.7.0"
|
2017-01-10 21:28:22 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-18 09:30:01 +00:00
|
|
|
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
2017-08-31 22:54:48 +00:00
|
|
|
"chai": "4.1.2",
|
2018-05-08 22:37:59 +00:00
|
|
|
"codecov": "3.0.2",
|
2018-05-22 22:05:54 +00:00
|
|
|
"cross-env": "5.1.6",
|
2018-03-22 01:20:05 +00:00
|
|
|
"eslint": "4.19.1",
|
2017-10-19 10:51:50 +00:00
|
|
|
"eslint-config-airbnb-base": "12.1.0",
|
2017-11-26 12:33:46 +00:00
|
|
|
"eslint-config-prettier": "2.9.0",
|
2018-05-17 11:19:15 +00:00
|
|
|
"eslint-plugin-import": "2.12.0",
|
2018-05-24 20:52:58 +00:00
|
|
|
"eslint-plugin-promise": "3.8.0",
|
2018-05-30 18:12:32 +00:00
|
|
|
"jest": "23.1.0",
|
2018-06-01 08:28:47 +00:00
|
|
|
"jest-silent-reporter": "0.0.5",
|
2017-08-18 10:36:51 +00:00
|
|
|
"mockdate": "2.0.2",
|
2018-06-07 16:21:02 +00:00
|
|
|
"nock": "9.3.2",
|
2018-06-12 04:29:04 +00:00
|
|
|
"prettier": "1.13.5",
|
2018-06-11 17:18:15 +00:00
|
|
|
"semantic-release": "15.5.2"
|
2017-01-31 11:19:06 +00:00
|
|
|
},
|
2017-10-01 05:20:21 +00:00
|
|
|
"files": [
|
2018-03-07 05:18:41 +00:00
|
|
|
"bin/config-validator.js",
|
2017-10-08 05:28:01 +00:00
|
|
|
"lib"
|
2017-10-01 05:20:21 +00:00
|
|
|
],
|
2017-01-31 11:19:06 +00:00
|
|
|
"babel": {
|
|
|
|
"plugins": [
|
2017-08-03 06:01:20 +00:00
|
|
|
"transform-object-rest-spread"
|
2017-01-31 11:19:06 +00:00
|
|
|
]
|
2017-01-22 15:17:06 +00:00
|
|
|
},
|
2017-02-09 04:30:00 +00:00
|
|
|
"jest": {
|
2017-06-30 14:02:40 +00:00
|
|
|
"cacheDirectory": ".cache/jest",
|
2017-02-09 04:30:00 +00:00
|
|
|
"coverageDirectory": "./coverage",
|
|
|
|
"collectCoverage": true,
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"lib/**/*.js"
|
|
|
|
],
|
|
|
|
"coverageReporters": [
|
|
|
|
"json",
|
|
|
|
"lcov",
|
|
|
|
"text-summary"
|
|
|
|
],
|
2017-11-07 10:46:10 +00:00
|
|
|
"setupFiles": [
|
2017-11-08 05:44:03 +00:00
|
|
|
"./test/globals.js"
|
2017-11-07 10:46:10 +00:00
|
|
|
],
|
2018-04-03 17:11:56 +00:00
|
|
|
"setupTestFrameworkScriptFile": "./test/chai.js",
|
2018-04-13 04:52:08 +00:00
|
|
|
"snapshotSerializers": [
|
|
|
|
"./test/newline-snapshot-serializer.js"
|
|
|
|
]
|
2017-02-09 04:30:00 +00:00
|
|
|
},
|
2017-10-01 05:06:06 +00:00
|
|
|
"prettier": {
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "es5"
|
|
|
|
},
|
2017-01-22 15:17:06 +00:00
|
|
|
"renovate": {
|
2017-08-19 05:38:48 +00:00
|
|
|
"extends": [
|
2018-01-27 06:03:29 +00:00
|
|
|
"config:base",
|
2017-12-20 19:36:23 +00:00
|
|
|
":rebaseStalePrs",
|
2018-03-02 13:17:44 +00:00
|
|
|
":automergeMinor",
|
2017-12-18 12:03:42 +00:00
|
|
|
":label(ready)",
|
|
|
|
":assignee(rarkins)"
|
2017-12-20 19:55:00 +00:00
|
|
|
],
|
2018-03-19 10:15:36 +00:00
|
|
|
"docker": {
|
|
|
|
"semanticCommitType": "fix"
|
|
|
|
},
|
2018-04-30 05:22:57 +00:00
|
|
|
"packageRules": [
|
|
|
|
{
|
2018-04-30 12:07:13 +00:00
|
|
|
"packageNames": [
|
|
|
|
"semantic-release"
|
|
|
|
],
|
2018-04-30 05:22:57 +00:00
|
|
|
"semanticCommitType": "fix"
|
|
|
|
}
|
|
|
|
],
|
2017-12-20 19:55:00 +00:00
|
|
|
"semanticCommitScope": null
|
2017-06-29 12:36:50 +00:00
|
|
|
},
|
2017-11-13 14:36:10 +00:00
|
|
|
"publishConfig": {
|
2018-05-22 12:23:59 +00:00
|
|
|
"tag": "latest"
|
2017-11-13 14:36:10 +00:00
|
|
|
},
|
2017-06-29 12:36:50 +00:00
|
|
|
"release": {
|
2018-05-12 03:46:38 +00:00
|
|
|
"branch": "master",
|
2018-03-09 15:35:19 +00:00
|
|
|
"tagFormat": "${version}",
|
2017-10-18 17:37:39 +00:00
|
|
|
"analyzeCommits": {
|
|
|
|
"preset": "angular",
|
|
|
|
"releaseRules": [
|
2017-10-20 04:45:19 +00:00
|
|
|
{
|
|
|
|
"type": "docs",
|
|
|
|
"scope": "readme.md",
|
|
|
|
"release": "patch"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "refactor",
|
|
|
|
"release": "patch"
|
|
|
|
}
|
2017-10-18 17:37:39 +00:00
|
|
|
]
|
|
|
|
}
|
2016-12-18 06:51:25 +00:00
|
|
|
}
|
|
|
|
}
|