Commit graph

235 commits

Author SHA1 Message Date
Johan Hillerström
88b1f0f0c1 feat(devops): Add azureAutoComplete config option (#3661) 2019-05-13 16:19:31 +02:00
Michael Kriese
0143c20c08 feat(bitbucket-server): use default reviewers (#3647) 2019-05-10 13:28:35 +02:00
Rhys Arkins
d66529711b
feat(node): dynamically determine releases by date (#3643) 2019-05-08 11:38:42 +02:00
Rhys Arkins
81f04cadb5 fix(travis): fully fixed versions and docs 2019-05-08 08:02:23 +02:00
mohd hassaan
32c01420d7 docs: Add renovate.json5 config file (#3635)
docs: Add json5 file type in config options
2019-05-03 22:20:27 +02:00
Nikita Chashchinskii
5c23ec69ea feat: Add homebrew manager (#3530) 2019-05-01 10:39:40 +02:00
Sergio Zharinov
ca9a21d3e5 feat(scala): Add sbt support (#3603) 2019-05-01 08:40:35 +02:00
Rhys Arkins
294c7a127c
feat: excludeCommitPaths (#3614)
A file that matches any of these glob patterns will not be committed, even if it has been updated.
2019-04-30 08:52:01 +02:00
Rhys Arkins
956445eee4 docs: improve go mod tidy description 2019-04-26 22:53:00 +02:00
Rhys Arkins
0d1d4e17ba docs: update golang documentation 2019-04-24 09:43:15 +02:00
Rhys Arkins
474df1c5d0 docs: masterIssue
Closes #2937
2019-04-23 16:13:48 +02:00
Rhys Arkins
2f7ccc308a feat: enable beta managers
Enables cargo, pub, pipenv, poetry, gradle and maven
2019-04-23 11:59:59 +02:00
Sergio Zharinov
b7848757cb feat(dart): Add support for Dart (#3468)
It works for most of Dart pubfiles (except invalid YAML). Later maybe we should implement own "weaker" parser.

Closes #3301
2019-04-15 15:07:54 +02:00
mohd hassaan
fef022f772 docs: Fix inline keywords and code (#3539)
Fix inline keywords and code in **configuration-options.md**
Fix inline keywords in **self-hosted-configuration.md**
2019-04-15 15:05:43 +02:00
Jamie Magee
6ca8991c3a feat(azure-devops): link to an existing work item when creating PRs (#3542)
Looks like I was (happily) wrong about this. There is currently no API to add a work item to a PR as an individual action. Instead you have to link the work item when creating the PR, or by using the `updatePullRequest` API.

I've tested with the default (0), a non-existent work item ID, and a real work item ID, and they all work with this implementation.

Fixes #3395
2019-04-15 14:57:54 +02:00
mohd hassaan
e41b8744ba docs: Add json example config-preset.md (#3538) 2019-04-14 09:46:55 +02:00
Rhys Arkins
aee4044cd0 docs: update devDependencies automerge example
Closes #3536
2019-04-12 14:35:43 +02:00
Matt Lavin
d3efe1168f docs: Update details of hosting shared configs in GitHub and GitLab (#3529) 2019-04-12 13:14:28 +02:00
Nikita Chashchinskii
f5ef05d54b feat: Add ruby-version manager (#3515)
Adds functionality to detect and update `.ruby-version` files.
2019-04-10 14:17:21 +02:00
Rhys Arkins
a599eab231
feat: unify file locations (#3507)
feat: unify file locations
2019-04-09 17:14:08 +02:00
Nikita Chashchinskii
9d74afe9f2 feat: Add support for python poetry manager (#3440) 2019-04-07 09:48:48 +03:00
Rhys Arkins
ca77ce951d docs: update bitbucket server status 2019-04-06 08:38:48 +02:00
Rhys Arkins
53318b0c40
refactor: force CLI params (#3475)
Changes forceCli default from false to true.
2019-04-02 11:28:03 +02:00
Tom Kerkhove
e08fa96a14 docs: Renovate configuration location (#3429)
Document where the Renovate configuration file can be stored.

Closes #3426
2019-03-24 13:40:05 +01:00
Nick Oliver
4b6de0f485 feat(autodiscover): add autodiscoverFilter option (#3394)
adds a `autodiscoverFilter` option which can be a [minimatch](https://www.npmjs.com/package/minimatch) glob-style pattern for filtering `autodiscover`ed repositories. Ex: `project/*`

Closes #3341
2019-03-17 06:49:38 +01:00
Rishabh Jain
940d3c4721 feat: add parentDir, baseDir metadata (#3383) 2019-03-15 05:36:56 +01:00
Dmitry
5d045c1e31 feat(package-rules): add datasources selector (#3344) 2019-03-12 07:27:49 +01:00
Rishabh Jain
8acc17eea4 feat(packageRules): support baseBranchList (#3358) 2019-03-11 17:42:30 +01:00
Rhys Arkins
7cb4ae9a82 fix: add dotnet language 2019-03-09 07:15:16 +01:00
Rhys Arkins
789247fffb docs: update java documentation 2019-03-08 14:29:00 +01:00
Gautier Pelloux-Prayer
8658653872 refactor: small maven datasource authentication fixes (#3329)
The documentation states that hostRules can be an object but actually renovate expects a list.

Also, set permission issues verbosity to warning because this is an issue that must be addressed, not just some minor info imo.
2019-03-08 10:22:36 +01:00
Rhys Arkins
07f32b3539 docs: improve config presets description 2019-03-08 09:10:12 +01:00
Rhys Arkins
1258630faa
feat(npm): dedupe (#3322)
Allows dedupe options for npm and yarn.

Closes #2883
2019-03-07 16:37:07 +01:00
Rhys Arkins
9a93c8e99a feat: postUpdateOptions
Adds new config option postUpateOptions. Currently supports one value - gomodTidy.
2019-03-07 15:15:01 +01:00
Benjamin Boudreau
950ecd9d36 docs: fix typo (#3271) 2019-02-26 21:57:10 +01:00
Rhys Arkins
f89ee685a4 docs: github actions limitation 2019-02-25 12:07:04 +01:00
Florian Greinacher
744d3a80b1 feat(nuget): add support for authenticated feeds (#3241)
Closes #3239
2019-02-22 10:34:01 +01:00
Rhys Arkins
5f07702b72 docs: update commitMessage 2019-02-22 05:31:30 +01:00
Michael Elufimov
f64f61dddc feat: Support api version 2 for nuget datasource (#3148) 2019-02-19 15:58:42 +01:00
Rhys Arkins
e76ef17db5 feat: ignorePresets
Closes #841
2019-02-18 22:22:33 +01:00
Paul Tyng
8f79b660b0 feat(gomod): Run go mod tidy if configured (#3201)
Adds a configurable option to run `go mod tidy` on a repo between the `go get...` and the `go mod vendor`.

Closes #2594
2019-02-13 13:05:52 -05:00
Rhys Arkins
2705172376
feat: GitHub Actions docker image support (#3197)
Detect GitHub Actions workflow files and pin/update any Docker image references found within.

Closes #2750
2019-02-11 09:42:54 +01:00
Rhys Arkins
e717dbbddd docs: extend includeForks description 2019-02-08 11:31:35 +01:00
Teppei Sato
b15e091c1c docs: fix pacakgeNames to packagePatterns (#3160)
docs: fix pacakgeNames to packagePatterns
2019-02-03 15:59:51 +01:00
Sergio Zharinov
59eebe3ce9 feat(maven): Add support for Maven (#3147)
Alpha version of Maven support

Closes #3029
2019-02-02 18:27:02 +01:00
Gautier Pelloux-Prayer
d8335bbad7 docs: specify gradle-wrapper purpose (#3140) 2019-01-30 21:51:15 +01:00
Gautier Pelloux-Prayer
ca31580cb0 docs: specify supported binarySource modes (#3138) 2019-01-30 21:17:10 +01:00
Eran Shmil
3035be082a docs(config): fix some typos (#3113) 2019-01-25 21:57:17 +01:00
Rhys Arkins
62d92660b2
feat: new 'lockfile-update' rangeStrategy (#3108)
Adds a new `rangeStrategy` value `lockfile-update'. Enabling this means you will get PRs that contain updates for the versions in your lock file (currently npm and yarn only) even if the range in the `package.json` file hasn't changed because the update is "in range".

Closes #1382
2019-01-24 06:23:08 +01:00
Rhys Arkins
e8a487a90f refactor: drop mirrorMode 2019-01-23 00:05:56 +01:00