Rhys Arkins
79592f848a
fix: Revert "refactor: localDir -> cloneDir" ( #10166 )
...
This reverts commit 0b287c763d
.
2021-05-26 11:22:16 +00:00
Rhys Arkins
9209fade5e
fix(docker): exclude path from registry ( #10144 )
2021-05-26 10:19:22 +00:00
Rhys Arkins
0b287c763d
refactor: localDir -> cloneDir ( #10158 )
2021-05-26 10:30:23 +02:00
HonkingGoose
5731da899b
fix(config): workaround for Repology server overload ( #10146 )
2021-05-26 05:43:34 +00:00
Rhys Arkins
611de25fd2
chore(docker): convert tests to inline snapshot
2021-05-25 16:13:07 +02:00
Rhys Arkins
cd078e73bd
refactor: docker getRegistryRepository ( #10140 )
2021-05-25 16:09:17 +02:00
Giorgos Karagounis
c22b7f838f
feat(docker): quay api v1 for tags ( #10093 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-05-25 13:00:36 +02:00
Michael Kriese
b1af26667e
fix(gitlabci): ignore empty content ( #10139 )
2021-05-25 09:56:20 +00:00
Jamie Magee
7b0934592f
refactor(dart): migrate to class based datasource ( #10134 )
2021-05-25 06:42:14 +02:00
jimmycrequer
94f05138b8
feat: add changelog url for tailwindcss-classnames ( #10120 )
2021-05-24 13:10:19 +02:00
Matt Palmer
bf23c66c6f
fix: Use auto-discovered organisational preset configuration during on-boarding ( #9888 )
2021-05-24 12:16:24 +02:00
Rhys Arkins
d24461cb71
fix(git): submodules search for ".path" instead of "path"
...
Closes #10119
2021-05-24 08:58:53 +02:00
Rhys Arkins
66820cfe27
feat: migratePresets ( #10111 )
2021-05-22 23:47:28 +02:00
Rhys Arkins
3de02c37e4
fix(yarn): sub package use root npmrc
2021-05-22 15:24:35 +02:00
Anbraten
7eb2c09b6e
feat: pnpm workspaces ( #10071 )
2021-05-22 12:32:19 +00:00
Rhys Arkins
0b743a9583
fix: filter pendingChecks earlier
2021-05-22 11:25:59 +02:00
Rhys Arkins
8f49d7ec5e
chore: log depName when pending status checks
2021-05-22 11:25:29 +02:00
Rhys Arkins
15fde37535
fix: Revert "feat: validate git version" ( #10106 )
...
This reverts commit 1304bc930e
.
2021-05-22 09:34:51 +02:00
Ben Drucker
bcb359d67f
feat(github-actions): support workflow templates ( #10088 )
2021-05-22 09:34:04 +02:00
Rhys Arkins
714e51a316
feat(yarn): add credentials to .yarnrc.yml ( #10052 )
2021-05-21 20:20:23 +00:00
Rhys Arkins
1304bc930e
feat: validate git version ( #9979 )
2021-05-21 19:51:03 +00:00
Rhys Arkins
42a846e867
fix(config): filter npm_ env
2021-05-21 13:30:30 +02:00
Rhys Arkins
80e3e6ac78
fix: ensure newline before </details> when truncating
2021-05-21 13:30:05 +02:00
Jamie Magee
621b77b2c7
refactor(datasource): migrate to class based datasource ( #6747 )
...
* refactor(datasource): migrate to class based datasource
A small experiment into what OOP/class based datasources might look like. Picked Cdnjs as it's the smallest & simplest.
With this approach we can share common logic, like error handling, rate limiting, etc. between different datasources, instead of having to reimplement it each time we write a new datasource. Currently there's nothing shared, as it's only 1 datasource, but the interesting stuff will come with the 2nd datasource
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove renaming ClojureDatasource to datasource in tests
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-21 07:40:09 +02:00
Rhys Arkins
5d647da0a3
fix: @types/node presets in config:base ( #10085 )
...
No longer disable @types/node major updates, instead use node versioning.
2021-05-20 14:02:46 -07:00
Simon Larsén
cafbb4d3de
docs: Replace outdated GHA security notice with general description ( #10084 )
2021-05-20 18:59:13 +00:00
Michael Kriese
48af0da981
fix: validate customEnvVariables
( #10070 )
2021-05-20 12:25:22 +02:00
Rhys Arkins
22e982503c
feat(config): convert datasource env to hostRules ( #9698 )
2021-05-20 08:34:17 +00:00
Giorgos Karagounis
e96a6f5d7d
feat(docker): refactor for docker registries ( #9891 )
...
* quay registry v1 & add test
* separate quay tags function
* Update lib/datasource/docker/index.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/datasource/docker/index.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove link header quay
* refactor quay registry function
* remove quay changes
* apply reviewer comments
* refactor: cleanup
* apply reviewer comments
* Update lib/datasource/docker/common.ts
* split up tests
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-19 16:14:49 +00:00
Sergei Zharinov
d680ff1e7c
fix(limits): Use PR hourly limits to calculate remaining branch count ( #10053 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-19 15:50:37 +00:00
Sebastian Poxhofer
fefe5f7bc6
feat(onboarding): add labels to on boarding PR/MRs ( #9947 )
...
* feat(onboarding): add labels to on boarding PR/MRs
* fix: simplify
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-19 15:35:15 +00:00
Fredrik Blomqvist
9f894ce814
feat(git): Add gitNoVerify option ( #9676 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-19 16:05:29 +02:00
jose-ws
dd462359b4
feat(proxy): lowercase proxy env ( #10025 )
2021-05-19 13:37:27 +02:00
Rhys Arkins
e7506fefa5
fix: post upgrade commands localDir
2021-05-19 12:27:57 +02:00
Rhys Arkins
9ebf804d4e
fix(cache): cacheDir adminConfig
2021-05-19 12:27:37 +02:00
Rhys Arkins
b068ec9c08
fix(npm): get cacheDir from admin config
2021-05-19 11:11:45 +02:00
HonkingGoose
e5afaf5990
fix(config): fix typo in chakra-ui repoGroups name ( #10041 )
2021-05-19 08:40:23 +00:00
Michael Kriese
d8f4b86b14
refactor: replace linkify-markdown ( #9954 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-19 03:23:59 +00:00
Michael Kriese
0906e078d2
test(git): disable gpgsign ( #10028 )
2021-05-18 05:24:03 +00:00
Sergei Zharinov
fbbbce608e
chore: Configure fs local dirs via admin config ( #9990 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-17 13:21:28 +00:00
renovate[bot]
b8e36daa87
chore(deps): update dependency prettier to v2.3.0 ( #10012 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-17 08:06:24 +00:00
Michael Kriese
9e08eaa1dc
refactor: rename Error location to validationSource ( #10018 )
2021-05-17 07:40:54 +00:00
Rhys Arkins
30072239d1
fix(git): gracefully handle workflows 403
2021-05-16 11:54:03 +02:00
Rhys Arkins
fe73751d69
fix(github): handle PLATFORM_INTEGRATION_UNAUTHORIZED for branch protection
2021-05-16 11:49:22 +02:00
Rhys Arkins
76ae49c4e8
chore: coverage
2021-05-16 07:07:46 +02:00
Rhys Arkins
97dba99a49
chore: debug not warn for setup.py extraction error
2021-05-15 21:48:26 +02:00
Rhys Arkins
81741e6f10
fix(ruby): replace if widening
2021-05-15 17:15:56 +02:00
Rhys Arkins
b924d49d33
fix(npm): skip remediation if parent version is not a version
2021-05-15 17:14:24 +02:00
Rhys Arkins
54e44e2db3
fix(poetry): try/catch getNewValue error
2021-05-15 17:06:12 +02:00
Rhys Arkins
f0a193dc13
fix(config): drop non-selectors when cloning rules
2021-05-15 14:44:47 +02:00
Rhys Arkins
4ea69a1438
fix(git): err.message typo
2021-05-15 13:11:04 +02:00
Rhys Arkins
f67427a3a1
fix: string check for empty config contents
2021-05-15 13:08:46 +02:00
Rhys Arkins
a245932673
fix(npm): skip lock file generation for non-updated remediations
2021-05-15 12:14:41 +02:00
Rhys Arkins
f946b7407e
fix(github): paginationField for check runs ( #10003 )
2021-05-15 12:14:34 +02:00
Rhys Arkins
2719505beb
chore: simplify pep440 invalid value warning
2021-05-15 08:42:26 +02:00
Rhys Arkins
a2a6ac94cc
fix(git): defensive fileList check
2021-05-15 07:57:48 +02:00
Rhys Arkins
fee4f0881c
fix: defensive isVersion when finding parent
2021-05-15 00:08:12 +02:00
Rhys Arkins
bd2febb56d
fix: respectLatest even if unstable
2021-05-15 00:02:24 +02:00
Rhys Arkins
e42e07b609
logs: downgrade workflows warn
2021-05-14 23:30:03 +02:00
Rhys Arkins
7a22e6c07a
fix(git): checkout base branch with -B before merge
2021-05-14 22:48:42 +02:00
Rhys Arkins
3742d888a2
fix(git): abort run if branch not found
2021-05-14 21:31:51 +02:00
Rhys Arkins
1edcf5fc15
fix: Revert "feat(proxy): proxy environment variables available in lowercase for child processes. ( #9978 )"
...
This reverts commit 2d9734c3da
.
2021-05-14 19:37:02 +02:00
Rhys Arkins
af39170fc8
fix(git): try/catch then log mergeBranch errors
2021-05-14 18:22:29 +02:00
jose-ws
2d9734c3da
feat(proxy): proxy environment variables available in lowercase for child processes. ( #9978 )
2021-05-14 17:27:02 +02:00
Rhys Arkins
f28d98fb1d
fix(git): skip over gitignored files when committing
2021-05-14 15:28:20 +02:00
Rhys Arkins
b7f8068833
fix(pip_requirements): don't run hashin if no commands
2021-05-14 15:09:40 +02:00
Rhys Arkins
e8e11a97a9
fix(git): catch when ignore files cannot be committed
2021-05-14 14:17:35 +02:00
Rhys Arkins
57d075cea2
fix(git): detect workflows rejection in git
2021-05-14 14:08:04 +02:00
Rhys Arkins
302d9029bf
fix(git): recheck branch list if branch not found
2021-05-14 13:09:47 +02:00
Rhys Arkins
a977ce3335
fix: massage npm constraint
2021-05-14 13:03:40 +02:00
Rhys Arkins
570ce0ccee
fix(npm): better logs when transitive remediation is prevented
2021-05-14 12:44:02 +02:00
Rhys Arkins
c482661cf5
fix(poetry): check if valid npm version before getNewValue
2021-05-14 12:15:41 +02:00
Rhys Arkins
e2148d7e71
chore: downgrade go datasource warn
2021-05-14 12:03:37 +02:00
Rhys Arkins
c4f1103baa
fix: gracefully handle dep or parent lookup for transitiveRemediation
2021-05-14 12:03:21 +02:00
Rhys Arkins
b6e5c32f07
refactor: improve host-rules error logging
2021-05-14 12:02:56 +02:00
Rhys Arkins
241a4bf24c
fix(git): gracefully handle rev-parse error when checking out branch
2021-05-14 10:31:30 +02:00
Rhys Arkins
aca479873c
fix: pass rangeStrategy to generateUpdate
2021-05-14 10:31:06 +02:00
Rhys Arkins
86739ca5c6
fix(bundler): don't warn on auto rangeStrategy
2021-05-14 09:59:37 +02:00
Rhys Arkins
1ca736e277
fix: delete hostRules.hostName after migration
2021-05-14 09:40:07 +02:00
Rhys Arkins
02a22755f0
fix: remove udpateType=minor->patch massage
2021-05-13 23:24:35 +02:00
Rhys Arkins
f00413c298
feat(host-rules): use only matchHost ( #9892 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-13 20:53:18 +00:00
Rhys Arkins
50ab6b4bfd
docs: expand requireConfig ( #9973 )
2021-05-13 16:09:50 +02:00
Sergei Zharinov
669da653a9
chore: Stop use setUtilConfig in tests ( #9986 )
2021-05-13 10:22:59 +02:00
Sergei Zharinov
512a13fa61
fix(gomod): Use modcacherw flag starting from 1.14 ( #9889 )
2021-05-13 07:47:25 +02:00
Rhys Arkins
fd1ab4b796
fix: updateType for update-lockfile ( #9984 )
2021-05-12 21:29:32 +00:00
Alexandre Paradis
c045f9691d
feat(presets): Add google/cloud-sdk to manualChangelogUrls ( #9976 )
2021-05-12 14:54:10 +00:00
Sergei Zharinov
0016485da5
test(gradle): Refactor manager test mocks ( #9957 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-12 15:41:03 +02:00
Rhys Arkins
a70aa6b75b
fix(git): try/catch git author check ( #9967 )
2021-05-12 13:06:02 +00:00
Rhys Arkins
1a5db3412b
fix: filter pendingChecks per-branch ( #9966 )
2021-05-12 14:33:58 +02:00
Jamie Magee
a805ddbf45
fix(azure): use pr title as merge commit message ( #9964 )
2021-05-12 07:02:32 +02:00
Florian Mueller
dd712a7b39
fix(kustomize): Allow port numbers in git URLs ( #9921 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-11 20:27:09 +00:00
Michael Kriese
9ca604b345
refactor: extract more types ( #9959 )
2021-05-11 19:08:02 +02:00
Sergei Zharinov
f6c5a6bad5
refactor(nuget): Extend test coverage ( #9953 )
2021-05-11 11:18:51 +00:00
Michael Kriese
7daa93a78d
refactor: extract types to new files ( #9951 )
2021-05-11 12:51:21 +02:00
Michael Kriese
9b458117f0
fix(package rules): wrong matchPackagePatterns addition ( #9949 )
2021-05-11 07:20:52 +00:00
jose-ws
c83eb54d7f
fix(pip_requirements): handle whitespace around == ( #9910 )
2021-05-10 22:27:59 +02:00
Rhys Arkins
b78b4832a5
chore: embed ExtractConfig fields
2021-05-10 12:06:13 +02:00
Rhys Arkins
65c01d2703
fix: avoid error if no currentVersion found ( #9925 )
...
Closes #9097
2021-05-10 10:19:30 +02:00
Rhys Arkins
2a9a69102c
fix(poetry): versioning try/catch with pep440
2021-05-09 22:00:41 +02:00
Rhys Arkins
e1a01f7797
chore: drop versioning from ExtractConfig ( #9922 )
2021-05-09 16:21:52 +02:00