Commit graph

63 commits

Author SHA1 Message Date
Rhys Arkins
97bbb60ca4
fix: update URLs in readme 2018-04-29 14:25:38 +02:00
Rhys Arkins
9c1a9a7d6c docs: add links to Renovate Pro 2018-04-26 12:49:11 +02:00
Rhys Arkins
2e2573b3bb Update license from MIT to AGPL 2018-04-09 07:22:55 +02:00
Ayoub Kaanich
b35e33e380 docs: Fix contributing.md link in readme.md (#1682) 2018-03-19 10:52:28 +01:00
Rhys Arkins
f05ebf54fc docs: add contributing link inside main readme 2018-03-05 09:08:20 +01:00
Rhys Arkins
3f8e7e29d5
docs: update readme on app 2018-03-02 15:28:50 +01:00
Rhys Arkins
97adcdd0b8
docs: add security/disclosure section to readme 2018-02-19 20:06:05 +01:00
Rhys Arkins
0fe2b994a6
docs: add reference users to readme (#1480) 2018-02-04 08:18:55 +01:00
Rhys Arkins
13bce7a032
docs: remove David DM link
It keeps returning 5xx errors and looks ugly
2018-02-04 07:55:04 +01:00
Rhys Arkins
7d5cc7145b fix: update readme and bump version 2018-01-22 14:28:58 +01:00
Rhys Arkins
4984025b7c docs: improve readme benefits 2017-12-27 13:15:55 +01:00
Rhys Arkins
fcca87332d docs: update readme and add self-hosted doc 2017-12-27 13:12:06 +01:00
Rhys Arkins
2df5980807
docs: warn about gitlab api versions
Closes #1285
2017-12-14 11:49:04 +01:00
Rhys Arkins
4101fa40a6 chore: enable prettier on markdown files 2017-12-02 20:29:55 +01:00
Rhys Arkins
7675f3a9f1
fix: replace singapore/renovate references with renovateapp/renovate (#1229) 2017-11-23 14:08:31 +01:00
Rhys Arkins
ed3234caa5 feat: vsts (#1154) 2017-11-12 10:33:41 +01:00
JYC
c9335d5bf6 Add VSTS support (#1049)
This PR adds support for Microsoft's [Visual Studio Team Services](https://www.visualstudio.com/team-services/) platform (in addition to existing GitHub and GitLab support). 

Closes #571
2017-11-12 10:26:53 +01:00
singapore
e1d7a30e5b docs: add link to config-help in readme 2017-10-08 09:12:16 +02:00
Rhys Arkins
bd2631692e chore: update project readme (#894)
- Add link to config-help
- Update description/benefits
2017-10-06 11:58:24 +02:00
singapore
2afa16d63d docs: make bot account warning more explicit
Closes #757
2017-08-31 21:00:05 +02:00
Rhys Arkins
5c712116a1 chore: Add David and Renovate badges (#546)
Related to #534 but does not close it
2017-07-28 07:39:29 +02:00
Rhys Arkins
967938103d chore(readme): Add banner 2017-07-17 17:05:20 +02:00
The Gitter Badger
f9e08c49d7 chore: Add a Gitter chat badge to readme.md (#420)
* Add Gitter badge

* Update readme.md
2017-07-03 09:55:49 +02:00
Rhys Arkins
181378bb75 Add license badge 2017-06-25 08:24:51 +02:00
Rhys Arkins
211232b3ca Add codecov badge to readme 2017-06-25 08:21:48 +02:00
Rhys Arkins
dce7f4c9a8 Drop usage from README and fix md lint (#276) 2017-06-07 14:38:45 +02:00
Rhys Arkins
9be60b461f Add configuration faq/guide (#270)
Closes #265
2017-06-05 23:00:01 +02:00
Rhys Arkins
3c1ae808a8 Fix master branch tests (#243)
* Update docs

* Update yarn.lock
2017-06-03 15:49:34 +02:00
Rhys Arkins
775a93172f Add yarn cache support (#239)
* Add yarn cache support

Closes #237

* Fix prettier
2017-06-03 15:25:13 +02:00
singapore
b4c296d617 Add notice about GitHub App 2017-06-02 22:46:58 +02:00
singapore
e55cf36cf5 Add package-lock.json reference to Readme 2017-06-02 22:45:49 +02:00
singapore
05164e16ff Remove outdated GitLab v3 notes from Readme 2017-06-02 22:45:20 +02:00
Rhys Arkins
07ad13337b Add GitHub App support (#230)
* Add jsonwebtoken

* Add githubApp option

* Add id and key configs

* Add integer parsing to cli and env

* Remove boolean app enablement

* Drop got

* Add API functions for GitHub Apps

* debug not verbose in api

* Add GitHub App Helper

* Update redact function

* Add GitHub app logic

* Update logging

* Fix lint

* getInstallations tests

* getInstallationToken tests

* getInstallationRepositories tests

* Refactor ghGot structure

* Add github app tests

* Add config tests

* update lockfile
2017-06-02 22:06:15 +02:00
Rhys Arkins
8355d9c586 Note GitLab API v3 requirement
Closes #218
2017-05-27 05:50:42 +02:00
Rhys Arkins
e844388e48 Add description of list configuration to docs and CLI help
Closes #188
2017-04-26 21:51:14 +02:00
Rhys Arkins
97d2a54561 Add repository autodiscovery (#156)
Closes #146
2017-04-21 07:00:26 +02:00
Rhys Arkins
aa3309ffe1 PR Automerging (#173)
Closes #109

* Add automerge definition

* Add mergeMethod

* add mergePr for GitHub

* update definitions

* autodetect merge type

* Check mergeable state

* Don’t split majors if automerging any

* Update mergePr api commands

* fix initRepo tests

* Add tests

* Fix mergePr call

* Fix description

* Revert branchWorker changes

* revert comment

* Add test

* Add major/minor separation tests

* Add status-success tests

* Add not-pending tests

* Add automerge tests

* Check branch status before merge
2017-04-20 13:01:23 +02:00
Rhys Arkins
4283fbf7f8 Improve prCreation description 2017-04-20 07:11:45 +02:00
Rhys Arkins
ca7b25825d Add PR Creation stage configuration (#168)
* Add prCreation config option

* Support ‘status-success’ configuration

* Add option ‘not-pending’
2017-04-17 06:46:24 +02:00
Rhys Arkins
adcd152c3f Fix monorepo yarn maintenance (#167)
Closes #166 

* Support multiple yarn.lock files for maintenance

Closes #166

* Refactor maintainYarnLock logic
2017-04-17 04:54:42 +02:00
Rhys Arkins
05be49757c Dependency groups (#164)
Closes #10, Closes #48

* Update configuration options

* Upgrade dependencies to latest if groupName is configured

* Update docs

* Add groupName logic
2017-04-15 22:04:14 +02:00
Rhys Arkins
cad086d242 Add separateMajorReleases config option (#161) 2017-04-15 12:44:50 +02:00
Rhys Arkins
701aaef972 Support yarn.lock maintenance (#105)
Closes #96 

* Improve yarn logs

* Add processYarnLock

* Update worker.js

* Update worker.js

* Fix and update docs

* Make Yarn Maintenance strings into templates
2017-04-13 22:39:46 +02:00
Rhys Arkins
c1a0366f11 Update docs 2017-04-13 21:25:00 +02:00
singapore
a98bd9f476 Update config definition descriptions (#129)
* Update definitions.js

* Update docs
2017-03-13 10:07:57 +01:00
Rhys Arkins
191ed70898 Add Gitlab support (#83)
Closes #65
2017-02-11 08:14:19 +01:00
Rhys Arkins
b4f15a8815 Add yarn support to readme 2017-02-09 06:01:26 +01:00
Sébastien ELET
7829dfea96 Add option to rebase stalled PRs (#89)
Closes #54 

* feat(rebaseStalePr): add option to rebase stalled PRs

* refactor(pr): rename isStalled to isStale

* docs(*): rebuild the docs
2017-02-06 07:56:33 +01:00
Rhys Arkins
76de590415 Support custom endpoints 2017-02-05 09:13:56 +01:00
Rhys Arkins
87a025c2d1 Refactor for multiple platforms (#81)
* Add gl-got

* Add platform config definition

* Refactor for multiple platforms

Preparing for #65
2017-01-31 18:16:33 +01:00