Commit graph

4282 commits

Author SHA1 Message Date
Rhys Arkins
d4cff79374 refactor: gitFs stage 2019-01-21 14:48:55 +01:00
Rhys Arkins
1f49fcd523 refactor: compatibility through to branch 2019-01-21 14:13:20 +01:00
Rhys Arkins
8dfca59c04 feat(bundler): extract bundler compatibility from Gemfile.lock 2019-01-21 13:10:58 +01:00
Rhys Arkins
28a1f864d4 tests: remove unused config 2019-01-21 13:10:57 +01:00
Rhys Arkins
e02ffbdc60 feat(bunder): extract ruby compatibiity version 2019-01-21 13:10:56 +01:00
Renovate Bot
2d325f8d24 build(deps): update dependency pnpm to v2.25.4 2019-01-21 12:00:51 +00:00
Renovate Bot
2aaabfdd27 build(deps): update dependency npm to v6.6.0 2019-01-21 11:00:43 +00:00
Rhys Arkins
b212f8d6df feat: packageRules filter on depTypes
Needed for package managers that support more than one depType (e.g. Bundler).

Closes #3076
2019-01-21 05:44:14 +01:00
Rhys Arkins
b8df0f8571 fix(docker): retry 406 repository with library prefix
Closes #3078
2019-01-19 13:43:17 +01:00
Renovate Bot
2c8484817d chore(deps): update dependency husky to v1.3.1 2019-01-19 11:00:38 +00:00
Renovate Bot
e83100a122 build(deps): update dependency validator to v10.11.0 2019-01-19 10:02:55 +00:00
Renovate Bot
ccfd6ec80b build(deps): update dependency pnpm to v2.25.2 2019-01-19 09:01:03 +00:00
Rhys Arkins
b9d19e6738 fix(github): delinkify markdown references
Closes #3082
2019-01-18 10:35:21 +01:00
Sergio Zharinov
d9535e766f refactor: replace fast-xml-parser dependency to xmldoc (#3081) 2019-01-17 18:11:04 +00:00
Rhys Arkins
525fed3069 fix(github): throw if GitHub Pro limitation 2019-01-15 11:15:23 +01:00
Rhys Arkins
2ea047f4eb fix(bundler): ignore .cache 2019-01-15 09:47:23 +01:00
Rhys Arkins
00ff3d6385 tests: fix lint 2019-01-15 09:46:01 +01:00
Rhys Arkins
3a515cd467 fix(logs): don’t debug whole configs 2019-01-15 09:33:24 +01:00
Rhys Arkins
e14212e2a1
docs: typo
Closes #3072
2019-01-15 05:49:26 +01:00
Renovate Bot
467e4257b7 build(deps): update dependency got to v9.5.1 2019-01-14 16:00:38 +00:00
Renovate Bot
dbe83778d1 build(deps): update dependency gl-got to v9.0.3 2019-01-14 15:00:54 +00:00
Rhys Arkins
78f0803c76 fix: consider depType when deduplicating updates 2019-01-14 14:55:57 +01:00
Renovate Bot
b1d90ca547 build(deps): update dependency pnpm to v2.25.1 2019-01-14 09:24:12 +01:00
Renovate Bot
f4d412e40a build(deps): update dependency luxon to v1.10.0 2019-01-14 07:53:13 +01:00
renovate[bot]
1c9bf7d8ea build(deps): update dependency semantic-release to v15.13.3 (#3068)
build(deps): update dependency semantic-release to v15.13.3
2019-01-14 07:35:39 +01:00
Rhys Arkins
9c444a0508 docs: ruby, bundler 2019-01-14 07:20:34 +01:00
Rhys Arkins
ce8090ea33 docs: ruby/bundler alpha 2019-01-14 06:59:15 +01:00
Rhys Arkins
ba77d4a0e7
feat(bundler): extract, update, artifacts (#3058)
This completes the work of adding basic Ruby/Bundler support to Renovate. It will now find all Gemfiles in a repository, extract dependencies from them, look up results on Rubygems, and raise PRs if updates are found.

Closes #932
2019-01-14 06:52:13 +01:00
Renovate Bot
d024851e45 build(deps): update dependency fast-xml-parser to v3.12.12 2019-01-14 05:00:32 +00:00
Rhys Arkins
aeeeff59e1 docs: update language descriptions 2019-01-13 13:01:00 +01:00
Rhys Arkins
34c8ebe486 fix(ruby): replace complex ranges 2019-01-13 11:08:11 +01:00
Rhys Arkins
ac63a5097c fix(ruby): isValid for complex ranges 2019-01-13 10:39:48 +01:00
Rhys Arkins
c02323ca5a fix(github): check username after hostRules update 2019-01-13 07:16:57 +01:00
Rhys Arkins
1a610ff3f5 fix(config): don’t require token if in appMode 2019-01-13 06:49:46 +01:00
Rhys Arkins
c7b8e79426 fix(config): don’t set token if dummy token used 2019-01-13 06:41:35 +01:00
Rhys Arkins
fbafbcabed tests: fix nvm tests 2019-01-11 10:25:51 +01:00
Rhys Arkins
76b34ac42e fix(nvm): node versioning, not semver 2019-01-11 10:21:27 +01:00
Jan Sauer
2484766e87 docs: Fix pinDigests documentation to match option default (#3056)
Default was changed to false but text was not adjusted.

* https://renovatebot.com/docs/configuration-options/#pindigests
* https://github.com/renovatebot/renovate/blame/master/lib/config/definitions.js#L542
2019-01-11 05:57:14 +01:00
Rhys Arkins
bd1785558a refactor: appSlug for rebase 2019-01-10 12:40:56 +01:00
Rhys Arkins
4eefe07d6a tests: add jest-debug script 2019-01-10 10:32:24 +01:00
Adrien Lemaire
91df5928da fix: add release notes babel-preset-react-app (#3055)
the preset package notes are written in the create-react-app github releases
https://github.com/facebook/create-react-app/releases
2019-01-10 06:35:31 +01:00
Rhys Arkins
37998efb16 fix(gradle-wrapper): don’t insert distributionSha256Sum
Fixes https://github.com/renovatebot/config-help/issues/139
2019-01-10 06:33:37 +01:00
Rhys Arkins
827e9de100 refactor: info not warn for duplicate presets 2019-01-09 22:39:32 +01:00
Fedor Lukyanov
a11bf657e7 feat: rubygems datasource (#3039)
Closes #2981
2019-01-09 22:03:57 +01:00
Rhys Arkins
b7c65cd9c8 chore: gradle beta 2019-01-09 21:17:54 +01:00
Jan Sauer
1fb755c89c feat: gradle-wrapper (#3038)
Adds support for updating the gradle version used in a project via the gradle-wrapper.
See https://docs.gradle.org/current/userguide/gradle_wrapper.html
2019-01-09 12:50:53 +01:00
Renovate Bot
3e435ff64a build(deps): update dependency toml to v2.3.5 2019-01-09 07:19:19 +00:00
Rhys Arkins
2667bc7c64 chore: update docs logo 2019-01-09 06:45:45 +01:00
Rhys Arkins
4bcfd7e50c fix: don’t use got cache 2019-01-08 19:30:40 +01:00
Rhys Arkins
4dc672eb24 Revert "fix(deps): roll back got to 9.3.0"
This reverts commit bc40d4808b.
2019-01-08 19:16:45 +01:00