Rhys Arkins
e14212e2a1
docs: typo
...
Closes #3072
2019-01-15 05:49:26 +01:00
Rhys Arkins
9c444a0508
docs: ruby, bundler
2019-01-14 07:20:34 +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
Rhys Arkins
aeeeff59e1
docs: update language descriptions
2019-01-13 13:01:00 +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
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
Rhys Arkins
2667bc7c64
chore: update docs logo
2019-01-09 06:45:45 +01:00
Rhys Arkins
67e3825f42
refactor: renovateFork -> includeForks
2018-12-31 07:46:00 +02:00
rtaum
9bee58143f
feat(github): Block automerging if negative reviews exist ( #3007 )
...
If an automerging PR has negative/disapproving reviews, then do not automerge it until they are approved or dismissed.
Closes #2949
2018-12-28 06:40:48 +02:00
rtaum
0a8264612d
feat: Add gitlab preset ( #2984 )
2018-12-21 20:28:26 +02:00
Jan Sauer
ca8eafcfbc
feat: Add new ansible manager ( #2947 )
...
Updates docker dependencies in ansible playbooks.
- https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html#directory-layout
- https://docs.ansible.com/ansible/2.5/modules/docker_container_module.html
- https://docs.ansible.com/ansible/latest/modules/docker_service_module.html
2018-12-18 11:18:27 +01:00
Rhys Arkins
0b89e13dcd
docs: fix compatibility description
2018-12-17 11:16:50 +01:00
Rhys Arkins
e485b62690
docs: fix managers/languages typo
2018-12-17 10:44:34 +01:00
Rhys Arkins
6ed13b41c0
chore: update renovate docs icon
2018-12-14 13:10:59 +01:00
Rhys Arkins
079afe1820
feat: configurable versionScheme ( #2945 )
...
Closes #2914
2018-12-13 05:29:11 +01:00
Rhys Arkins
8c2cad0647
feat: packageRules>languages
...
Adds new filter option “languages” to packageRules to filter on language time.
2018-12-11 12:55:12 +01:00
Rhys Arkins
31849e215b
feat: packageRules>managers
...
Adds new filter option `managers` to `packageRules`. This allows you to define rules that filter on package manager (e.g. pipenv) before applying the rule.
2018-12-11 12:40:35 +01:00
Rhys Arkins
6819764295
feat: packageRules>sourceUrlPrefixes
...
Adds filtering option “sourceUrlPrefixes” to allow matching updates based on one or more prefixes. Prefixes could be a full source repo, e.g. https://github.com/renovatebot/presets , or it could be an org prefix like https://github.com/renovatebot/
This will make monorepo groupings easier.
2018-12-11 12:03:09 +01:00
Rhys Arkins
a69376ab46
feat: printConfig
...
Adds an option to print the full, resolved config for a repo at INFO level. e.g.
renovate —print-config owner/repo
Closes https://github.com/renovatebot/config-help/issues/128
2018-12-10 08:53:55 +01:00
rtaum
90af9fc3ab
feat: refactor raiseDeprecationWarnings into suppressNotifications ( #2921 )
2018-12-09 11:39:35 +01:00
Rhys Arkins
3d512cb8b4
docs: update golang
2018-12-08 17:01:08 +01:00
rtaum
2146bafdbd
feat: suppressNotifications ( #2906 )
...
Adds ability so suppress certain notifications/warnings/comments.
Closes #2794
2018-12-08 12:42:56 +01:00
Doug Bacelar
adefe4b899
docs: fix broken links ( #2902 )
2018-12-05 21:33:25 +01:00
Dominik Horb
9e1475f705
docs: fix code example to enable pipenv ( #2862 )
2018-11-23 10:03:09 +01:00
Sam Bull
bed39f10ed
feat: Support pipenv ( #2623 )
...
Add support for pipenv as a manager. Disabled by default (needs opt-in) until out of beta.
Closes #2212
2018-11-23 07:58:25 +01:00
Kyle Hornberg
32b9dd52a5
docs: update self-hosted-configuration.md ( #2854 )
2018-11-21 15:16:31 +01:00
Rhys Arkins
db0efdf053
feat: trustLevel
...
New config option replaces existing option exposeEnv. Set trustLevel=high in the bot config if you trust the contents of the repositories you are renovating. Doing so results in env being exposed, access to localhost, etc.
Closes #2739
2018-11-16 12:16:37 +01:00
Rhys Arkins
bb17863a84
chore: update pip_setup docs for beta
2018-11-15 18:47:30 +01:00
Ayoub Kaanich
08d22eba50
feat: Support setup.py files ( #2805 )
2018-11-15 18:42:01 +01:00
Rhys Arkins
994e052bd6
docs: fix install description
...
Closes #2816
2018-11-13 21:44:23 +01:00
Ayoub Kaanich
c1f6eb38c3
feat: delete gitlab labels ( #2772 )
...
Closes #2764
2018-11-08 20:01:10 +01:00
Rhys Arkins
cd185ab3b0
fix: revert gitlab oauth ( #2770 )
2018-11-08 14:59:04 +01:00
Ayoub Kaanich
164b9af513
feat: gitFs over SSH ( #2768 )
...
Support setting git clone protocol `http`, `https` or `ssh`.
Config name: `gitFsProtocol`.
Platform independent.
Closes #2708
2018-11-08 13:21:36 +01:00
Rhys Arkins
2fd6c3bf34
docs: add GitLab App description ( #2767 )
...
Closes #2648
2018-11-08 10:21:09 +01:00
Ayoub Kaanich
4f320ed9cd
feat: Python compatibility ( #2736 )
2018-11-04 18:12:58 +01:00
FidoX
be65176dc4
feat: gradle support ( #2610 )
...
Closes #934
2018-10-29 17:32:31 +01:00
Rhys Arkins
05fa91e9cd
feat: dry run
...
Adds support to run Renovate like “renovate owner/repo —dry-run”. Instead of creating branches, PRs or comments, an INFO level dry run message will be logged each time instead.
Closes #1399
2018-10-26 09:48:49 +02:00
Rhys Arkins
6a44f30ec6
docs: dependency pinning improvements
2018-10-21 06:19:25 +02:00
Robin Winslow
a080e047b7
docs: Add a "d" to fix typo ( #2672 )
2018-10-21 05:50:53 +02:00
Rhys Arkins
1e37592843
docs: fix ignoreUnstable description
...
Closes #2666
2018-10-18 12:46:38 +02:00
Scott Rudiger
b04ee9cb7f
docs(configuration-options): fix typos ( #2655 )
2018-10-15 15:47:48 +02:00
Rhys Arkins
13dde6eeff
feat(gitlab): oauth token support
...
Adds ability to use a GitLab OAuth2 token by settings oauth=true in admin config.
2018-10-13 15:54:58 +02:00
Rhys Arkins
030c424639
docs: describe parameterised presets ( #2640 )
2018-10-11 16:13:49 +02:00
Rhys Arkins
373619d781
docs: github-hosted presets ( #2637 )
2018-10-10 18:01:17 +02:00
Ian Grayson
d0031b8152
docs: Fix typo in docker.md ( #2627 )
2018-10-10 15:27:18 +02:00
Ian Grayson
b84e8e386a
docs: fix typo ( #2628 )
...
... by removing optional phrase.
2018-10-10 15:26:24 +02:00
Rhys Arkins
71810d3b5f
docs: update private module encryption information
...
Closes #2442
2018-10-08 14:48:52 +02:00
Rhys Arkins
5acdb8913b
docs: update terraform description
2018-10-06 14:41:56 +02:00
Rhys Arkins
1abad41beb
feat: terraform support ( #2606 )
...
Adds terraform support for github sources with semver refs as well as fixed and ranged versions of Terraform registry modules.
Closes #1860
2018-10-06 13:39:39 +02:00
Rhys Arkins
69cf9d309f
feat(schedule): default to “at any time”
...
Closes #2601
2018-10-05 10:50:21 +02:00
Rhys Arkins
b8d6c2e3f9
docs: rename golang.md and add instructions
2018-10-01 17:14:34 +02:00
Rhys Arkins
2107ae1948
fix: rename go -> golang
2018-10-01 14:05:40 +02:00
Rhys Arkins
4c570c7bad
docs: add Go Modules doc
2018-10-01 14:02:07 +02:00
Rhys Arkins
f4210631c0
feat: go modules support ( #2584 )
...
Adds support for updating go modules (found in go.mod) and the accompanying go.sum checksum files.
Limitations:
- github.com modules only (but supports "redirects" to github e.g. by gopkg.in and golang.org)
- skips major upgrades > v1
- no vendoring support
Closes #933 , Closes #2578 , Closes #2579
2018-10-01 13:50:36 +02:00
Rhys Arkins
66a4aa40d8
feat: custom PR body notes ( #2545 )
...
Adds field “prBodyNotes” to allow customisable content in PR body.
Closes #1802
2018-09-21 11:36:07 +02:00
Rhys Arkins
dcec25c291
feat: customisable PR tables ( #2544 )
...
Adds ability to both redefine column definitions in PRs as well as add or remove columns.
2018-09-21 09:46:51 +02:00
Rhys Arkins
29251352e8
feat: common prBody across all types ( #2542 )
...
Closes #442
2018-09-21 05:43:51 +02:00
Klaus Meinhardt
e9e71f4c1d
feat: followTag ( #2538 )
...
If `followTag` is defined for a package, then Renovate will ignore all other available versions and instead stick strictly to whatever version is defined for the tag. npm-only for now.
Closes #2258
2018-09-19 09:59:33 +02:00
Rhys Arkins
b29ea46f8b
feat: bumpVersion mirror
2018-09-17 12:45:05 +02:00
Rhys Arkins
598d57c315
feat: binarySource
...
Defaulting to ‘bundled’ (default behaviour), this option can be changed to ‘global’ if you wish Renovate to use globally installed npm, yarn, pnpm and lerna binaries. Note: composer always uses global regardless.
2018-09-14 20:38:52 +02:00
Rhys Arkins
b817db10a3
feat: rebase on demand ( #2522 )
...
Adds functionality to force rebase a PR if the label "rebase" is added. Also, the label is configurable via a new `rebaseLabel` config option.
Closes #1406
2018-09-14 12:51:33 +02:00
Rhys Arkins
f8cf83380f
refactor: endpoints -> hostRules ( #2509 )
...
Renames `endpoints` to `hostRules`
2018-09-12 12:16:17 +02:00
Rhys Arkins
11c6be8fba
refactor: deprecate copyLocalLibs
...
This can/should be enabled by default now.
2018-09-10 09:38:03 +02:00
sharkykh
43d8c7065a
docs: update node links and fix invalid example ( #2495 )
...
- Update old `/language-support/node` links
- Fix invalid example config for `automergeComment`
2018-09-10 05:40:25 +02:00
Rhys Arkins
e2b8cef040
refactor: gitFs configuration option
...
Adds configuration option gitFs for git-based file operations.
2018-09-05 14:46:36 +02:00
Vladimir Starkov
608d8c5be0
feat: Bitbucket Cloud support
...
Adds platform support for Bitbucket cloud.
Closes #136 , Closes #2238
2018-08-29 07:30:23 +02:00
Rhys Arkins
50acfff1ba
fix: packageRules.paths definition
2018-08-24 17:08:32 +02:00
Rhys Arkins
d76ddb0cbd
docs: update Docker descriptions ( #2418 )
2018-08-23 18:46:49 +02:00
Rhys Arkins
d0ec341e15
feat: skipInstalls ( #2390 )
...
Adds new admin option “skipInstalls” that is applicable for npm-only for now (including lerna-npm). If set to false, Renovate will perform a full install of modules rather than `—package-lock-only`. This is necessary in some cases to work around bugs in npm.
Self-hosted bot users can set this option themselves on the bot’s config, but app users will require it to be enabled per-repository by the app admin.
2018-08-15 17:13:07 +02:00
Rhys Arkins
d3ae0d8617
docs: fix privacy policy link
2018-08-11 10:34:57 +02:00
Rhys Arkins
fe2539293d
docs: fix relative links
...
Closes #2374
2018-08-11 10:34:02 +02:00
Rhys Arkins
0117b73220
docs: fix private modules link
2018-08-11 10:26:55 +02:00
Rhys Arkins
b41a2a9256
feat: support DOCKER_USERNAME and DOCKER_PASSWORD
2018-08-05 07:39:38 +02:00
Rhys Arkins
5a89b27f88
refactor: move endpoints from global to repository
2018-08-05 07:32:20 +02:00
Rhys Arkins
57b17f71de
docs: add docker auth description
2018-08-05 07:26:06 +02:00
Rhys Arkins
a53eb1adf8
refactor: expose endpoints configuration object
2018-08-05 07:02:08 +02:00
Rhys Arkins
5fe712251c
docs: update docker guide
2018-08-04 08:23:15 +02:00
Maximilian Gaß
4a3ed1dd6b
feat: Implement Kubernetes manager ( #2341 )
...
Add support for renovating Docker images in Kubernetes manifests
2018-08-04 08:04:11 +02:00
renovate[bot]
cf86501c93
chore: update dependency prettier to v1.14.0 ( #2322 )
2018-07-30 22:22:40 +02:00
Rhys Arkins
ac371e2a37
feat(github): vulnerability alerts ( #2321 )
...
Adds rules to skip any configured grouping or schedules that prevent insecure packages from being updated immediately.
If GitHub's vulnerability alerts are detected, package rules are added to force empty schedule and grouping for each affected package. Settings are configurable via new `vulnerabilityAlerts` config object, e.g. so that custom PR titles, labels or assignees can be configured.
Closes #1567
2018-07-29 06:35:25 +02:00
Rhys Arkins
21ed038eed
fix: add commitMessageSuffix to definitions
2018-07-28 20:47:25 +02:00
Rhys Arkins
199e0066f5
docs: fix up private module headings
2018-07-23 13:33:41 +02:00
Rhys Arkins
8c94b720d6
docs: improve wording in private modules
2018-07-23 13:29:15 +02:00
Rhys Arkins
8ffd29ea19
docs: improve private module documentation
...
Closes #2302
2018-07-23 13:01:04 +02:00
Rhys Arkins
14cbd68d42
feat: rollbackPrs
...
Adds new config option `rollbackPrs` which defaults to `true` (current behaviour). Setting to false will disable creation of rollback PRs - configurable globally, per-language, per-package, etc.
2018-07-22 06:49:04 +02:00
Rhys Arkins
37b1c8f0de
feat: gitlabci.yml support ( #1744 )
...
Adds support for .gitlabci.yml files. Part of the logic is same as Docker Compose files, however the “services” list is new/different so requires additional logic.
Closes #1598
2018-07-22 06:33:11 +02:00
Rhys Arkins
91215af1ba
refactor(js): use language ‘js’ for npm and meteor
2018-07-21 21:28:38 +02:00
Rhys Arkins
a0e2a18e7a
refactor(docker): rename docker manager to dockerfile ( #2298 )
...
"docker" in config now refers to the Docker "language", which is the parent of dockerfile, docker-compose and circleci managers.
2018-07-21 19:40:50 +02:00
Teppei Sato
c8d42b2737
fix typo ( #2277 )
...
docs: fix typo
2018-07-17 16:55:17 +02:00
Rhys Arkins
bbc78a9963
docs: fix typo and expand reconfigure doc
2018-07-06 21:04:54 +02:00
Rhys Arkins
569037469d
docs: Add Reconfigure Renovate doc
...
Closes https://github.com/renovatebot/config-help/issues/63
2018-07-06 21:00:50 +02:00
Rhys Arkins
6643a3d09e
feat: npm token substitution in npmrc
...
If an encrypted npmToken is found alongside an unencrypted npmrc in config, then the token will replace any `${NPM_TOKEN}` placeholder found, or be appended to the end of the file. This enables large npmrc files to be defined in config without needing to enrypt the entire thing.
Closes #1796
2018-07-05 15:44:42 +02:00
Rhys Arkins
14712ca5f8
docs: update private module descriptions
2018-07-05 15:31:51 +02:00
Rhys Arkins
16d88aee4c
feat: ignoreDeprecated
...
Renovate now ignores any upgrades that are marked as deprecated, unless the current version is itself also deprecated. The new config option `ignoreDeprecated` can be set to false to disable this if necessary.
Closes #1988
2018-07-05 15:10:50 +02:00
Rhys Arkins
517de6f545
feat: repositoryUrls ( #2221 )
...
Adds config option repositoryUrls which can be used by pip to define an alternate host to pypi.
Closes #2181
2018-07-05 11:33:50 +02:00
Rhys Arkins
24a89a775b
feat(npm): deprecation warnings ( #2222 )
...
Raises a deprecation warning issue per-dependency. Uses logic that if latest version is deprecated then the package is deprecated.
Closes #1592
2018-07-05 09:16:53 +02:00
Rhys Arkins
b14beb1528
docs: fix typos in python.md
...
Thanks @hbetts
2018-07-04 19:02:08 +02:00
Rhys Arkins
38334fc362
feat: packageRules updateTypes
...
Adds an `updateTypes` field to `packageRules` that lets you specify rules based on update types such as major, minor, patch, pin, etc.
2018-07-04 09:30:29 +02:00
Rhys Arkins
7ca7cd01f7
docs: add python documentation
...
Closes #2215
2018-07-04 07:42:50 +02:00
Sam Neirinck
2cc0b0ea82
docs: nuget documentation ( #2197 )
...
Adds initial documentation on how .NET support works, and how Renovate knows which packages to update via nuget.org.
Closes #2156
2018-07-02 10:41:48 +02:00