Renovate Bot
4b31477490
fix: update dependency slugify to v1.3.1
2018-08-05 14:51:36 +00: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
Maximilian Gaß
3a62394435
feat: docker registry authentication ( #2339 )
...
Closes #798
2018-08-05 07:25:08 +02:00
Rhys Arkins
a53eb1adf8
refactor: expose endpoints configuration object
2018-08-05 07:02:08 +02:00
Renovate Bot
bdf2da7b16
fix: update dependency semantic-release to v15.9.5
2018-08-05 02:44:40 +00:00
renovate[bot]
48bddceb4d
fix: update dependency commander to v2.17.0 ( #2343 )
2018-08-04 08:36:28 +02:00
Rhys Arkins
5fe712251c
docs: update docker guide
2018-08-04 08:23:15 +02:00
Rhys Arkins
276f6f7e8f
chore: add @mxey to list of contributors
2018-08-04 08:13:43 +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
b785945f2e
chore: update dependency eslint to v5.3.0
2018-08-04 04:55:53 +00:00
Renovate Bot
f1bb0a0d2d
fix: update dependency yarn to v1.9.4
2018-08-03 22:23:43 +00:00
Renovate Bot
607df62ca1
fix: update dependency validator to v10.5.0
2018-08-03 06:05:12 +00:00
Renovate Bot
3929f2a7db
fix: update dependency npm to v6.3.0
2018-08-02 04:23:31 +00:00
Renovate Bot
9af7200e96
fix: update dependency cacache to v11.1.0
2018-08-02 00:39:34 +00:00
Renovate Bot
5adb1f29a9
chore: update dependency nock to v9.4.4
2018-08-01 03:36:07 +00:00
Renovate Bot
957b722934
fix: update dependency semantic-release to v15.9.3
2018-07-31 22:10:19 +00:00
Rhys Arkins
a30972f6f6
refactor: info not warn when no fixedIn alert
2018-07-31 07:21:25 +02:00
Rhys Arkins
048eb6bf6e
feat: github-hosted presets ( #2328 )
...
Adds support for GitHub-hosted presets, using the `github>` prefix. Supports single preset per repository only.
Example:
```json
{
"extends": ["github>renovatebot/renovate"]
}
```
The above would extend the `renovate.json` inside this repository (probably not a good idea, but an example).
Closes #2102 , Closes #2312
2018-07-31 06:48:56 +02:00
Renovate Bot
503b1dcc41
fix: update dependency changelog-filename-regex to v2.0.1
2018-07-31 03:11:38 +00:00
renovate[bot]
cf86501c93
chore: update dependency prettier to v1.14.0 ( #2322 )
2018-07-30 22:22:40 +02:00
Renovate Bot
0d535b9f07
fix: update dependency semantic-release to v15.9.2
2018-07-30 19:36:22 +00:00
Rhys Arkins
62256c50d4
chore: add @nbyl to contributors
2018-07-30 19:01:32 +02:00
Nicolas Byl
5a6bce3daa
feat(docker): fallback to manifest parsing when digest header is missing ( #2316 )
...
As mentioned in #2315 some docker registries don't support the digest header. This PR falls back to parsing the resulting manifest if the header is present.
Closes #2315
2018-07-30 19:00:21 +02:00
Sarun Intaralawan
ffb96cabcd
fix(gitlab): use correct API for closing issues ( #2327 )
...
GitLab's API for closing issue is to send a PUT request with `state_event` set to `close`.
Reference: https://docs.gitlab.com/ce/api/issues.html#edit-issue
2018-07-30 11:32:06 +02:00
Renovate Bot
e61775ed9e
fix: update dependency semantic-release to v15.9.1
2018-07-30 09:02:45 +00:00
Rhys Arkins
ebbc9d5f67
fix(npm): add check before massaging response
2018-07-30 08:42:50 +02:00
Rhys Arkins
83e00f2adc
refactor(presets): move more logic into datasource
2018-07-30 08:08:28 +02:00
Rhys Arkins
89de664e7c
fix: restore renovate-config to dependency return
2018-07-30 07:36:15 +02:00
Rhys Arkins
32c775265a
refactor: separate npm.getPresets
2018-07-30 07:12:30 +02:00
Renovate Bot
b69948f6b3
fix: update dependency luxon to v1.3.3
2018-07-30 03:48:26 +00:00
Rhys Arkins
ac5e0313e0
refactor: rename getDependencyInner to getDependency
2018-07-29 16:13:11 +02:00
Rhys Arkins
31f2f4c610
refactor: rename getDependency to getPkgReleases
2018-07-29 16:04:00 +02:00
Rhys Arkins
c720b2c256
tests: fix coverage
2018-07-29 15:50:19 +02:00
Rhys Arkins
1da53671b8
feat: vulnerabilityAlertsOnly
...
For use in new app
2018-07-29 09:03:54 +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
c0e35354f1
chore: disable codecov comments
2018-07-28 21:51:52 +02:00
Rhys Arkins
21ed038eed
fix: add commitMessageSuffix to definitions
2018-07-28 20:47:25 +02:00
Rhys Arkins
0a50abbbca
fix(github): handle case of no vulnerability alerts
2018-07-28 10:32:25 +02:00
Rhys Arkins
0fa593d5ab
feat: log github vulnerability alerts
2018-07-28 08:47:49 +02:00
Renovate Bot
8f8cc08a13
chore: update dependency jest to v23.4.2
2018-07-28 01:07:50 +00:00
Renovate Bot
ffb9f9e844
fix: update dependency yarn to v1.9.2
2018-07-27 19:55:42 +00:00
Rhys Arkins
a01b0b80ba
fix(gitlab): html formatting to fix details/summary
...
Fixes #2317
2018-07-27 19:49:56 +02:00
Rhys Arkins
b932829060
fix: Revert "refactor(github): don’t try/catch getAllRenovateBranches"
...
This reverts commit ba12183626
.
2018-07-27 19:26:18 +02:00
Rhys Arkins
728b44d74a
refactor(github): don’t try/catch getBranchCommit
2018-07-26 21:28:10 +02:00
Rhys Arkins
fa7b3b5643
fix: pass platform-failure errors up from ensure pr
2018-07-26 21:13:56 +02:00
Rhys Arkins
ba12183626
refactor(github): don’t try/catch getAllRenovateBranches
2018-07-26 21:13:41 +02:00
Rhys Arkins
d336f35ebb
logs: log registry and repository when docker token fails
2018-07-26 21:04:23 +02:00
Rhys Arkins
eaf73394d8
feat: linkify changelog/release notes
...
Adds the library `linkify-markdown` to actively linkify urls, issues and usernames so that they can then be linked to the renovatebot redirector for github.
2018-07-26 17:13:01 +02:00