Commit graph

37 commits

Author SHA1 Message Date
Rhys Arkins
53ca91301f
chore: import linting () 2020-05-01 18:03:48 +02:00
Rhys Arkins
18b05fb724
fix(docker): move autoReplaceStringTemplate () 2020-04-22 11:55:08 +02:00
Rhys Arkins
6dea8e919c
feat(internal): use autoReplace for docker managers () 2020-04-15 12:24:09 +02:00
itchyny
5fdd261d5a
feat(dockerfile): Recognize Dockerfile with prefix by default ()
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-03-24 10:06:57 +01:00
Jamie Magee
5ce5ef39c1
chore(internal): disallow implicit braces () 2020-03-17 12:15:22 +01:00
Viral Ruparel
92d123a1f8
fix: create constants for skipReason () 2020-03-09 05:34:16 +01:00
Rhys Arkins
6293edc19a
feat: replace datasource constants with IDs ()
Co-Authored-By: Michael Kriese <michael.kriese@visualon.de>
2020-03-01 08:01:12 +01:00
Rhys Arkins
e5a514089f docs: add and enforce readme files for each manager
Closes 
2020-02-29 22:55:51 +01:00
Rhys Arkins
f1d0b7b5fe refactor: lower some levels from info to debug
Ref 
2020-02-24 09:26:42 +01:00
Rhys Arkins
864e554db9
feat: dynamic manager config () 2020-02-07 18:25:27 +00:00
Sourav Das
987e0a2bfd
refactor(function): Update Dependency Function () 2020-02-06 13:01:21 +00:00
Michael Kriese
2ffad1363e
chore(eslint): stricter settings () 2020-02-05 18:17:20 +00:00
Michael Kriese
4004f46c0b
refactor(test): move manager tests to lib () 2020-02-05 01:14:31 +01:00
Sourav Das
6dc76f2e46 feat(constants): Language list constants ()
1. All languages are moved to constants/languages.ts
2. Updated all the references
2020-01-17 10:14:20 +01:00
Sourav Das
58c444cb7e feat(constants): Data Source and Binary Source Constants () 2020-01-16 12:14:35 +01:00
IKEDA Sho
081a23e6fc chore(manager): add more type annotations () 2019-08-22 17:42:35 +02:00
Michael Kriese
6f99118f7c feat(manager): convert to typescript () 2019-07-25 08:17:19 +02:00
Rhys Arkins
0bb8be345e refactor: docker-based datasources use managerData 2019-07-22 08:57:28 +02:00
Rhys Arkins
7dcaa84ebe refactor(docker): simplify getDep 2019-07-22 07:58:03 +02:00
Michael Kriese
d97737914e refactor: add js type check () 2019-07-17 10:14:56 +02:00
Jamie Magee
f334c568a5 feat(typescript): convert logger to typescript () 2019-07-15 11:04:05 +02:00
Rhys Arkins
5e75a9fa88 fix(docker): skip any FROM with $ sign 2019-05-17 06:47:40 +02:00
Rhys Arkins
949229594b fix(docker): handle host with port correctly
Closes 
2019-05-15 11:57:03 +02:00
Rhys Arkins
f9596fc7ea chore: less debug logging 2019-05-15 07:33:22 +02:00
Rhys Arkins
f68414fb2f fix: less debug logging, more trace 2019-04-28 22:08:06 +02:00
Dmitry
3e788c783a feat(docker): add depType for multi-stage Dockerfiles () 2019-03-16 07:00:59 +01:00
Rhys Arkins
a9332a8db0
feat: replace purl with datasource ()
This deprecates the (internal) use of package URLs and instead replaces with `datasource`/`lookupName`.

Closes 
2019-02-04 09:41:22 +01:00
Rhys Arkins
70dc1c4292
feat(docker): preserve registry in depName () 2019-01-30 09:27:53 +01:00
Rhys Arkins
d499cb0cd5 fix(docker): skip sources containing variables 2019-01-25 07:02:13 +01:00
Rhys Arkins
079afe1820
feat: configurable versionScheme ()
Closes 
2018-12-13 05:29:11 +01:00
Rhys Arkins
e190851f8e
feat(docker): use whole tag as currentValue () 2018-12-10 04:26:14 +01:00
Rhys Arkins
44d119823f refactor: rename extractDependencies -> extractPackageFile 2018-11-04 18:51:23 +01:00
Ayoub Kaanich
9295efecdd fix(docker): skip index reference COPY --from tags () 2018-10-28 08:30:28 +01:00
Rhys Arkins
4539487d26 refactor: less logging 2018-09-05 14:18:31 +02:00
Maximilian Gaß
7a1418ad6f fix(docker): exclude calico/node from being marked as Node.js ()
fix(docker): exclude calico/node from being marked as Node.js
2018-08-16 15:46:19 +02:00
Maximilian Gaß
52a8da89fa feat(docker): Add support for COPY --from lines ()
COPY --from= can specify external images. Add support to renovate them.
2018-08-11 11:27:18 +02:00
Rhys Arkins
a0e2a18e7a
refactor(docker): rename docker manager to dockerfile ()
"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