Rhys Arkins
5e3822d0cc
refactor: use filePattern for each manager
2018-03-04 16:09:12 +01:00
Rhys Arkins
dde5756488
feat: .nvmrc files ( #1582 )
...
Adds initial support for `.nvmrc` renovation. If the existing value is a fully-specified semver version then it will be upgraded, otherwise left alone.
Closes #1270
2018-03-04 15:52:06 +01:00
Rhys Arkins
f398fa19aa
fix: Revert "refactor: improve migration scripts"
...
This reverts commit c6be31543d
.
Closes #1584
2018-03-04 14:36:45 +01:00
Rhys Arkins
74a7242081
fix: node-travis migration
2018-03-04 14:20:04 +01:00
Rhys Arkins
2638505713
docs: clarify travis config
2018-03-04 11:07:30 +01:00
Rhys Arkins
c6be31543d
refactor: improve migration scripts
2018-03-04 07:35:18 +01:00
Rhys Arkins
a2c4ecefda
fix: delete empty errors and warnings from migrated config
2018-03-04 07:12:02 +01:00
Rhys Arkins
dae287b62b
refactor: node-travis definitions ( #1583 )
...
Retains the "node" configuration object but moves enabling/disabling to "travis". Also removes the default `supportPolicy` from config.
2018-03-04 07:08:19 +01:00
Rhys Arkins
72b4951e59
chore: update snapshot
2018-03-04 05:39:46 +01:00
Rhys Arkins
33bcbdd91d
fix: add repositoryUrl to travis results
2018-03-03 22:25:27 +01:00
Rhys Arkins
05c8af7e55
fix: add depType to group prBody
2018-03-03 22:25:06 +01:00
Rhys Arkins
faa4cc6171
fix: travis metadata and formatting
...
Updates travis config and logic to use same variables as for other managers. This fixes the onboarding PR.
Fixes #1551
2018-03-03 20:53:54 +01:00
Rhys Arkins
cd9218444d
refactor: move node package lookup to node helper
2018-03-03 17:36:45 +01:00
Rhys Arkins
aa26ccc637
chore: rename travis/node tests
2018-03-03 15:48:12 +01:00
Rhys Arkins
886a3d05bf
refactor: rename ‘node’ manager to ‘travis’
2018-03-03 15:35:43 +01:00
Rhys Arkins
3c56f8aeb6
refactor: move manager-specific code under lib/manager ( #1573 )
...
Refactors all non-npm code to live inside lib/manager/*
2018-03-03 14:39:39 +01:00
Renovate Bot
363d528588
fix: update dependency pnpm to v1.35.3
2018-03-03 10:15:32 +00:00
Renovate Bot
f1a0dad833
fix: update dependency moment to v2.21.0
2018-03-03 09:13:50 +00:00
Renovate Bot
52f69dc6c1
fix: update dependency chalk to v2.3.2
2018-03-03 08:15:24 +00:00
Renovate Bot
d974f3236e
chore: update dependency eslint to v4.18.2
2018-03-03 07:13:09 +00:00
Rhys Arkins
7f9d73a318
feat: allowedVersions
...
A semver range defining allowed versions for dependencies
| name | value |
| ---- | ------ |
| type | string |
Use this - usually within a packageRule - to limit how far to upgrade a dependency. For example, if you wish to upgrade to angular v1.5 but not to `angular` v1.6 or higher, you could defined this to be `<= 1.5` or `< 1.6.0`:
```
"packageRules": [{
"packageNames": ["angular"],
"allowedVersions": "<=1.5"
}]
```
2018-03-03 06:35:11 +01:00
Renovate Bot
b69dcd2d9e
chore: update dependency prettier to v1.11.1
2018-03-02 16:16:49 +00:00
Rhys Arkins
3f8e7e29d5
docs: update readme on app
2018-03-02 15:28:50 +01:00
Rhys Arkins
041f626228
chore: Renovate automergeMinor
2018-03-02 14:17:44 +01:00
Rhys Arkins
7db4951722
fix: use commonConfig branchPrefix only if set
2018-03-01 21:58:34 +01:00
Rhys Arkins
e9eba859ea
fix: use original branchPrefix when pruning baseBranches
2018-03-01 21:34:27 +01:00
Rhys Arkins
e47766c0f4
fix: add try/catch to getAllRenovateBranches
2018-03-01 21:17:41 +01:00
Rhys Arkins
4f642d5a95
fix: optimise getAllRenovateBrnahces
...
Supply prefix in query and paginate.
2018-03-01 21:15:17 +01:00
Rhys Arkins
a3bd0a0e95
Revert "logs: log configs when baseBranches in use"
...
This reverts commit c4cdfe8989
.
2018-03-01 21:08:01 +01:00
Rhys Arkins
3fd090f3ef
feat: prBanner
...
Enables a “banner” at the top of PRs. Must be set inside a config.js to work.
2018-03-01 17:35:11 +01:00
Rhys Arkins
bb2fc1b7ca
refactor: move npm extract from workers to manager
2018-03-01 10:21:26 +01:00
Rhys Arkins
cf336a0b21
refactor: use manager not packageFile
2018-02-28 19:01:35 +01:00
Rhys Arkins
c4cdfe8989
logs: log configs when baseBranches in use
2018-02-28 19:00:40 +01:00
renovate[bot]
6f041b5807
chore: update dependency nock to v9.2.3 ( #1568 )
...
chore: update dependency nock to v9.2.3
2018-02-28 17:15:22 +01:00
Rhys Arkins
d68d5ccabf
refactor: move npm resolve code into separate file
2018-02-28 07:06:04 +01:00
Rhys Arkins
9119568fe4
fix: add checks if pr branch still exists (gitlab)
...
in GitLab, a PR may be open while the branch itself has been removed. We cant just assume that the branch exists because the PR does, even if it’s an edge case.
2018-02-28 04:43:30 +01:00
Rhys Arkins
d0fa221ae3
fix: only rebase if pr is dirty (github)
2018-02-27 19:50:16 +01:00
Rhys Arkins
5c6139f030
fix: throw error if lerna out of disk space
2018-02-27 19:05:00 +01:00
Rhys Arkins
e011d95e86
fix: don’t resolve empty meteor package.js
...
Refactors meteor to have a resolve function that detects/filters out empty files (like for other managers).
2018-02-27 17:19:12 +01:00
Rhys Arkins
579214682f
fix: throw config validation error if unknown filename
...
Refactors manager.resolve to use file name to manager mappings.
2018-02-27 16:58:36 +01:00
Rhys Arkins
55c3288c09
chore: log filename for .npmrc and .yarnrc
2018-02-27 16:47:21 +01:00
Rhys Arkins
df19a6e8bb
fix: config.packageFiles null check
2018-02-27 16:40:03 +01:00
Rhys Arkins
1f6893f5e2
fix: npm config should only be merged for package.json
2018-02-27 15:43:19 +01:00
renovate[bot]
75ab3b14b7
chore: update dependency prettier to v1.11.0 ( #1566 )
...
* chore: update dependency prettier to v1.11.0
* update prettier results
2018-02-27 15:39:56 +01:00
Renovate Bot
1c6b2c5a9b
fix: update dependency yarn to v1.5.1
2018-02-27 14:58:50 +01:00
Rhys Arkins
bc684c7b29
fix: implicit patch-only upgrade
...
Use type ‘patch’ only when patch automerge is true AND minor automerge is not true.
2018-02-27 14:50:09 +01:00
Rhys Arkins
3d491797dc
fix: retry npmjs 408
...
npmjs’s CDN is (erroneously) returning 408 Timeout responses sometimes, so these should be retried.
2018-02-27 14:31:36 +01:00
Rhys Arkins
f95058d66b
refactor: move npm registry to datasource
2018-02-27 10:49:24 +01:00
Rhys Arkins
5d73738dde
refactor: move docker registry to datasource
2018-02-27 10:28:31 +01:00
Renovate Bot
b901daac49
chore: update dependency nock to v9.2.2 ( #1562 )
...
chore: update dependency nock to v9.2.2
2018-02-27 05:00:24 +01:00