Nils Andresen
235075d09a
fix(cake): load preprocessor directive ( #10259 )
...
Modified the parser, to additionally recognize preprocessor directives
of #load and it's short form of #l.
2021-06-01 12:06:25 +02:00
Sebastian Poxhofer
4f06d2590e
fix(regex): fix regression if no registryTemplate is used ( #10249 )
2021-06-01 05:28:13 +00:00
Rhys Arkins
69705c99a3
feat(automerge): recurse after automerge ( #10229 )
2021-05-31 13:01:48 +02:00
Sergei Zharinov
13863d7c41
fix(maven): Correct incrementing of right-open ranges ( #10195 )
...
* fix(maven): Correct increment of right-open ranges
* Simplify while preserving compatibility (fix coverage)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-30 13:49:33 +00:00
Rhys Arkins
ac61307604
fix(config): don't treat package.json like a config object ( #10231 )
...
Closes #10230
2021-05-30 06:01:24 +02:00
Rhys Arkins
854d0a86e8
feat(internal): use cache to delay git cloning ( #10209 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-28 10:36:53 +00:00
Sergei Zharinov
d004ca5fa8
refactor(maven): Remove file protocol support from datasource ( #10191 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-28 12:27:17 +02:00
HonkingGoose
faa040ac12
feat(config): add fontsource monorepo ( #10208 )
2021-05-28 09:15:12 +00:00
Rhys Arkins
e8a4d973a5
chore: configFileName -> fileName
2021-05-28 10:10:47 +02:00
Rhys Arkins
1580a4fae3
test: fix await tests in init/merge
2021-05-28 10:10:17 +02:00
Rhys Arkins
4eae87d881
fix(config): validate secrets as plain object ( #10206 )
...
Closes #10205
2021-05-28 10:04:26 +02:00
David
56299fe581
fix: GITLAB_IGNORE_REPO_URL with relative URL ( #9969 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-27 14:54:05 +02:00
Michael Kriese
3c7546f7cd
test: simplify nock handling ( #10170 )
2021-05-27 14:13:31 +02:00
Sergei Zharinov
20280f7975
test(ruby): Fix versioning test coverage ( #10189 )
2021-05-27 10:02:05 +02:00
Rhys Arkins
a091a95383
fix(fs): only ensureDir non-empty string ( #10177 )
2021-05-26 15:10:30 +00:00
renovate[bot]
2f544b1fb2
build(deps): update dependency commander to v7 ( #10175 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-26 13:36:50 +00:00
renovate[bot]
88baaf4b18
build(deps): update dependency js-yaml to v4 ( #10172 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-26 13:01:09 +00:00
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
Rhys Arkins
9aaadd1f4a
feat: sourceRepoSlug ( #9916 )
2021-05-08 15:57:14 +02:00
Rhys Arkins
1bc09b0bfc
feat: internalChecksFilter ( #9796 )
2021-05-08 14:38:27 +02:00
Rhys Arkins
6bde16b1d3
fix(poetry): fall back to npm versioning completely ( #9913 )
2021-05-08 08:48:50 +02:00
Rhys Arkins
9c694e7bda
fix(yarn): skip isntalls even if fancy refs ( #9912 )
2021-05-08 06:07:40 +02:00
Rhys Arkins
86ab54e8a2
fix(poetry): improve versioning resilience ( #9911 )
2021-05-07 21:58:04 +02:00
Rhys Arkins
8445c42590
fix(github): don't block forkToken automerge ( #9909 )
2021-05-07 21:23:46 +02:00
Rhys Arkins
13112b75bb
fix: separate patch branchName only if separateMinorPatch=true ( #9901 )
2021-05-07 10:01:16 +00:00
Rhys Arkins
9c43ac2ae5
test: fix coverage
2021-05-06 16:39:05 +02:00
Rhys Arkins
fc48bdf738
test: use snapshot for host-rules
2021-05-06 14:43:11 +02:00
Rhys Arkins
89ad6401d9
fix(hostRules): domainName matching ( #9884 )
2021-05-06 11:30:42 +02:00
Rhys Arkins
856b28841d
feat: hostRules.matchHost ( #9815 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-06 07:57:44 +00:00
Rhys Arkins
89f587cbf2
fix(github): use forkToken if present for automerge ( #9879 ) ( #9882 )
2021-05-06 08:37:37 +02:00
Carlos Marcano
e49213a60a
feat(composer): custom gitlab host auth ( #8612 )
...
Generates the COMPOSER_AUTH env variable for all gitlab host rules
2021-05-06 06:44:59 +02:00
Yusuke Fujiki
c9c961c10a
feat(config): add 'chakura-ui' monorepo ( #9881 )
2021-05-05 21:25:53 -07:00
Fredrik Blomqvist
467b5ae2fe
feat: Improve schedules ( #9819 )
2021-05-05 20:45:33 +00:00
Matt Palmer
5cdedd5e2c
refactor: split mergeRenovateConfig to own module ( #9872 )
2021-05-05 22:26:08 +02:00
Rhys Arkins
65bbf45319
fix(validation): only warn when extending group in rules ( #9871 )
2021-05-05 17:46:34 +02:00
Sergei Zharinov
b974ba0abb
refactor(managers): Use moo fallback for unknown fragments ( #9870 )
2021-05-05 15:29:56 +00:00
Rick van Galen
36af7e3488
fix(git): Trim whitespace around private key data ( #9856 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-05 09:07:20 +00:00
Rhys Arkins
ae8a60eefb
chore: fix lint
2021-05-05 10:42:53 +02:00
Rhys Arkins
f710c81b64
fix: check urls are string before trimming
2021-05-05 09:32:28 +02:00
Michael Kriese
b826a330e2
fix(npm): pass Basic
token as _auth
key ( #9862 )
2021-05-05 09:18:05 +02:00
Florian Greinacher
d652a5e5c6
fix: remove leading '@' symbol from usernames ( #9817 )
2021-05-05 08:31:53 +02:00
Sebastian Poxhofer
e33df09f4e
fix(pre-commit): allow hooks in the format git:// ( #9858 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-05 04:24:58 +00:00
Rhys Arkins
32b14e55b5
fix: Revert "fix(git): add -- to git rev-parse"
...
This reverts commit 6b706fb8e9
.
2021-05-04 14:31:46 +02:00
Rhys Arkins
4eb4a5cd20
fix: ignore yargs-parser false positive ( #9841 )
2021-05-04 10:23:03 +02:00
Nils Plaschke
5e1f21961d
feat(bundler): add config command for hyphen hosts ( #9821 )
2021-05-04 06:53:45 +00:00
Rhys Arkins
ac316d07f5
fix(poetry): add versioning resilience ( #9838 )
2021-05-04 08:37:27 +02:00
Rhys Arkins
e0fa64db9b
fix(config): warn not error if extending group presets ( #9836 )
2021-05-04 08:02:39 +02:00
Sergei Zharinov
a01323c720
feat(gradle-lite): Recognize more registryUrls patterns ( #9825 )
2021-05-04 05:53:09 +00:00
Sergei Zharinov
c62a7d87a0
feat(ci): Use data files from arbitrary path ( #9835 )
2021-05-04 05:16:10 +00:00
Rhys Arkins
2169c56e05
fix(hashicorp): shortcut getNewValue only on replace
2021-05-04 04:28:18 +02:00
Rhys Arkins
6b706fb8e9
fix(git): add -- to git rev-parse
2021-05-04 03:56:05 +02:00