renovate/lib
Ryan Ling db029c5679 fix(buildkite): Support no-config plugins (#5236)
Buildkite plugins that don't have required config options may be
expressed as:

```yaml
- plugins:
    - my-plugin#v1.0.0
```

Note that there is no trailing colon; matching on it should be
unnecessary given that the preceding capture groups exclude this
character.
2020-01-28 06:43:46 +01:00
..
config fix: validate handlebars templates and throw config error 2020-01-27 12:48:08 +01:00
constants feat(constants): Version Scheme Constants (#5159) 2020-01-21 17:11:25 +01:00
datasource fix(pypi): detect pypi releases with underscores (#5218) 2020-01-24 08:27:26 +01:00
logger fix(logs): adapt command serializer 2020-01-15 11:58:28 +01:00
manager fix(buildkite): Support no-config plugins (#5236) 2020-01-28 06:43:46 +01:00
platform fix(platform): Filter out non-Renovate PRs with same branch (#5211) 2020-01-27 13:45:52 +01:00
types chore: remove custom yawn-yaml types (#5161) 2020-01-26 21:54:40 +01:00
util feat: Add DOCKER_HOST to child env (#5222) 2020-01-25 19:30:43 +01:00
versioning fix(maven): Additional support for Service Release (SR) versions (#5194) 2020-01-24 14:23:41 +01:00
workers fix(changelog): better log/warn for missing credentials 2020-01-27 15:26:40 +01:00
.eslintrc.js feat(platform): remove global platform variable (#4455) 2019-09-10 09:50:29 +02:00
proxy.ts refactor(typescript): convert proxy to typescript (#4878) 2019-11-25 22:02:13 +01:00
renovate.ts refactor(eslint): '@typescript-eslint/explicit-function-return-type' improvements 2019-11-24 08:43:24 +01:00
types.d.ts logs: print renovate version as part of renovateRepository 2020-01-11 07:50:08 +01:00