MaronHatoum
080ab8ed94
fix: PR body comment for pinning is wrong/outdated ( #14870 )
2022-03-31 12:43:47 +02:00
renovate[bot]
832517e98b
chore(deps): update linters to v5.16.0 ( #14833 )
...
* chore(deps): update linters to v5.16.0
* chore: fix lint errors manually
* Update lib/modules/manager/npm/update/package-version/index.ts
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-30 03:08:04 +00:00
Rhys Arkins
9fe713f257
chore: downgrade cargo warn
2022-03-29 13:58:54 +02:00
Stefan Kip
74766c1c66
fix: Referencing a preset on Azure DevOps with space in project name doesn't work ( #14800 ) ( #14826 )
2022-03-29 07:48:45 +00:00
Rhys Arkins
92477ae1c7
fix: Revert "fix: resolve repoConfig.packageRules.extends with repo config" ( #14842 )
2022-03-29 09:01:14 +02:00
zeshuaro
e244128bac
feat: add flutter-version datasource ( #14743 )
...
* feat: add flutter datasource
* refactor: rename flutter datasource to flutter-version
* feat: update to handle duplicate flutter releases
* refactor: tidy up flutter version datasource class names and imports
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Apply suggestions from code review
* style: add newline to test file
* refactor: move regex to util module
* refactor: tidy up stable version regex
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-29 04:09:16 +00:00
Maksim
0e6d2b674f
refactor(migrations): unpublishSafe ( #14680 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-29 05:42:28 +02:00
Michael Kriese
89d7fdf781
Revert "feat: extend dryRun options to extract lookup full ( #14555 )" ( #14836 )
...
This reverts commit 39471b57ad
.
2022-03-29 02:47:54 +02:00
HonkingGoose
41fd7fbf46
docs: replace however with but ( #14707 )
...
Co-authored-by: Anne Stellingwerf <astellin@opentext.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-28 19:25:49 +00:00
Rhys Arkins
00c74a9ca2
fix(git): treat stale rejection as REPOSITORY_CHANGED ( #14829 )
2022-03-28 17:44:40 +02:00
Maksim
25d793f690
refactor(migrations): schedule ( #14737 )
2022-03-28 14:16:43 +02:00
nyg
18b884d4a7
fix(github): Ignore vulnerability alerts in FIXED or DISMISSED states ( #14431 )
2022-03-28 14:16:25 +02:00
MaronHatoum
39471b57ad
feat: extend dryRun options to extract lookup full ( #14555 )
2022-03-28 13:55:26 +02:00
Sergei Zharinov
9933dda182
refactor(github): Stop using cannotMergeReason field ( #14823 )
2022-03-28 13:15:45 +02:00
Rhys Arkins
c56f5b9e72
fix(npm): allow for missing dist-tags/latest ( #14821 )
...
Closes #14814
2022-03-28 10:55:14 +02:00
RahulGautamSingh
e64b7576e9
feat: matchSourceUrls ( #14813 )
2022-03-28 09:58:20 +02:00
Sergei Zharinov
78a894ce5e
fix(maven): Incremental cache for HEAD request checks ( #14735 )
2022-03-27 05:27:30 +00:00
Maksim
0af1be577d
refactor(migrations): ignoreNpmrcFile ( #14802 )
2022-03-25 19:39:14 +00:00
Sergei Zharinov
e35a0e290f
fix(git): Don't call redundant fetch after git-based commit creation ( #14798 )
2022-03-25 16:46:03 +00:00
Brad Jorsch
e2b6466376
fix: resolve repoConfig.packageRules.extends with repo config ( #14688 )
2022-03-25 14:05:48 +00:00
Gabriel-Ladzaretti
a9e08256c7
fix(manager/github-actions): renovate propose to delete YAML inline comments ( #14757 )
2022-03-25 09:55:44 +00:00
Sergei Zharinov
2c2693b55e
refactor(packagist): Use cache decorator for datasource ( #14768 )
2022-03-25 04:17:08 +00:00
Gabriel-Ladzaretti
786fd6ac94
feat(versioning/ubuntu): Support for Ubuntu codenames ( #14601 )
...
* feat(versioning/ubuntu): Support for Ubuntu codenames
initial commit
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
lint fix for DataFile
* feat(versioning/ubuntu): Support for Ubuntu codenames
fix for kebabCase
* feat(versioning/ubuntu): Support for Ubuntu codenames
JSON data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
tests added
* feat(versioning/ubuntu): Support for Ubuntu codenames
added default branch in getCodenameByVersion function
* feat(versioning/ubuntu): Support for Ubuntu codenames
added the cmd to generate the data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
added sh script
* feat(versioning/ubuntu): Support for Ubuntu codenames
added mjs script
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script regex modification
* feat(versioning/ubuntu): Support for Ubuntu codenames
initial commit
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
exported hardcoded data into JSON
* feat(versioning/ubuntu): Support for Ubuntu codenames
lint fix for DataFile
* feat(versioning/ubuntu): Support for Ubuntu codenames
fix for kebabCase
* feat(versioning/ubuntu): Support for Ubuntu codenames
JSON data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
tests added
* feat(versioning/ubuntu): Support for Ubuntu codenames
added default branch in getCodenameByVersion function
* feat(versioning/ubuntu): Support for Ubuntu codenames
added the cmd to generate the data file
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
CR changes
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation added.
added test cases.
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
documentation cr
* feat(versioning/ubuntu): Support for Ubuntu codenames
added sh script
* feat(versioning/ubuntu): Support for Ubuntu codenames
added mjs script
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script updated
* feat(versioning/ubuntu): Support for Ubuntu codenames
mjs script regex modification
* feat(versioning/ubuntu): Support for Ubuntu codenames
debian distro json
* feat(versioning/ubuntu): Support for Ubuntu codenames
removed debian distro json
* Update tools/distro-json-generate.mjs
* feat(versioning/ubuntu): Support for Ubuntu codenames
added package.json script entry
* feat(versioning/ubuntu): Support for Ubuntu codenames
added package.json script entry
* feat(versioning/ubuntu): Support for Ubuntu codenames
added package.json script entry
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-24 10:54:21 +00:00
Sergei Zharinov
e0cbabe452
fix(gradle): Fix registry url parsing ( #14783 )
2022-03-24 10:02:10 +00:00
Rhys Arkins
891bcd9960
fix(azure): handle missing repo ( #14784 )
2022-03-24 08:15:18 +01:00
Sergei Zharinov
4727eaa097
refactor(datasource/docker): Use cache decorators ( #14780 )
2022-03-24 06:42:58 +01:00
HonkingGoose
1f1f0c7d33
docs(aws-machine-image): add admonition ( #14582 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-23 09:46:54 +01:00
HonkingGoose
74cbdd3292
docs(conan versioning): rewrite sentence, fix punctuation ( #14771 )
2022-03-23 09:46:20 +01:00
Rhys Arkins
ebf9087555
fix(git): git default branch fall back to remote show ( #14766 )
2022-03-23 05:15:30 +01:00
Martin Herndl
394bb29f3f
fix(npm): add trailing newline when composing lockfiles ( #14753 )
2022-03-22 09:50:46 +01:00
Maksim
6de8b1db2b
refactor(migrations): packages ( #14736 )
2022-03-22 04:49:15 +01:00
Martin Herndl
35b6ee220d
refactor(npm): extract lockfile parsing ( #14720 )
2022-03-22 04:48:25 +01:00
Tobias
f19a388462
fix(maven): Support underscore (_) in versioning ( #14742 )
2022-03-21 13:49:39 +00:00
Maksim
ab8e1c634e
refactor(migrations): packageRules ( #14625 )
2022-03-21 04:54:49 +00:00
MaronHatoum
ef3db00462
fix(platform): renovate should not be case sensitive ( #14714 )
2022-03-20 12:13:51 +01:00
Hasan Awad
6558d051f4
fix(lib/modules/manager/gitlabci): fixed image regex ( #14704 )
2022-03-20 08:17:59 +00:00
Sergei Zharinov
d2c42ebe42
refactor(platform/github): Simplify test mocks ( #14725 )
2022-03-19 06:03:41 +00:00
Michael Kriese
6cab82c311
test(datasource/docker): remove snapshots ( #14669 )
2022-03-18 09:24:01 +01:00
Michael Kriese
3eaf416862
fix(preset): better @types/jest
grouping ( #14715 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-03-17 21:53:04 +00:00
renovate[bot]
7c100e20ef
chore(deps): update linters ( #14597 )
...
* chore(deps): update linters
* fix: wrong type inference
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-17 11:34:00 +00:00
Florian Greinacher
bcc1499eba
fix(kustomize): accept kustomization files without header ( #14651 )
2022-03-17 05:47:52 +01:00
HonkingGoose
79d171bcc6
docs: replace encounter with find ( #14694 )
2022-03-16 14:54:45 +01:00
HonkingGoose
c89655701a
docs: replace component with part ( #14691 )
2022-03-16 14:51:27 +01:00
HonkingGoose
5a52b04c96
docs: replace contain(s) with has or have ( #14692 )
2022-03-16 14:50:20 +01:00
Martin Herndl
53d376eb8d
fix(npm): massage lockfile with rangeStrategy=update-lockfile ( #14586 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-16 09:17:47 +00:00
Maksim
6ac710db45
refactor(migrations): baseBranch ( #14677 )
2022-03-16 04:31:34 +00:00
Maksim
600f603cf4
refactor(migrations): branchName ( #14679 )
2022-03-16 05:17:14 +01:00
Jeroen Schepens
242723b4a9
fix(datasource/bitbucket-tags): use paging to fetch tags ( #14675 )
2022-03-15 21:01:50 +01:00
Maksim
c147324169
refactor(migrations): automerge ( #14644 )
2022-03-15 05:37:44 +00:00
Ben Foster
24fa081b8e
feat(datasource/docker): Support OCI image manifests ( #14480 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-03-14 23:47:08 +00:00
Maksim
edd5f1aab8
refactor(migrations): packagePattern ( #14667 )
2022-03-14 23:53:35 +01:00
Rhys Arkins
7e2e0b3f18
feat(poetry): updateLockedDependency() ( #14627 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 17:56:09 +01:00
Michael Kriese
2bfb5604dc
fix(presets): optimize error handling ( #14653 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-03-14 16:23:30 +00:00
Alexander Backlund
b90584ce81
feat(argocd): support applicationsets ( #14496 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 10:31:23 +00:00
Rhys Arkins
72acc8bd47
fix(go): add GOPROXY username/password to global secrets list ( #14636 )
2022-03-14 10:15:49 +00:00
Morre Meyer
2a00fcb037
feat(terraform): add support for terraform_version in tfe_workspace blocks ( #14522 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2022-03-14 09:53:26 +00:00
Rhys Arkins
a2b47c822f
feat(npm): support custom registryUrls ( #14622 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-14 09:13:21 +01:00
Maksim
12a63f30c2
refactor(migrations): packageName ( #14645 )
2022-03-14 07:10:36 +00:00
Maksim
47feeb4f43
refactor(migrations): automergePatch ( #14637 )
2022-03-14 05:09:53 +00:00
Maksim
2e1dd754a1
refactor(migrations): automergeMinor ( #14633 )
2022-03-13 15:27:09 +01:00
Maksim
0b54d5e590
refactor(migrations): automergeMajor ( #14634 )
2022-03-13 11:38:28 +00:00
Rhys Arkins
90e5182bd4
refactor: split global/repo sanitizations ( #14635 )
2022-03-13 10:27:21 +00:00
Maksim
317f8cae98
refactor(migrations): automergeType ( #14626 )
2022-03-12 23:31:46 +01:00
Rhys Arkins
a892b2ae9e
feat: expose manager to templating ( #14624 )
2022-03-12 22:45:37 +01:00
Andrei Silviu Dragnea
27bfb75137
fix(manager/maven): Apply Maven properties recursively ( #14566 )
2022-03-12 15:16:07 +00:00
Sean Fausett
079c219f49
fix: add dotnet docker source urls ( #14613 )
2022-03-11 20:29:45 +00:00
Maksim
816621db6c
refactor(migrations): suppressNotifications ( #14603 )
2022-03-11 08:31:26 +00:00
MaronHatoum
1cef6f074c
feat(pep440): support complex minor ranges ( #14598 )
2022-03-11 08:14:47 +00:00
HonkingGoose
7d13826854
fix(bitbucket server): rewrite debug message ( #14595 )
2022-03-11 08:58:50 +01:00
wada811
0598f1b9d2
feat(manager/gradle): support repository content filtering of predefined registry ( #14592 )
...
* Add test for repository content filtering
* Support repository content filtering
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-10 13:28:07 +01:00
Sergei Zharinov
f337d50af6
fix(datasource/maven): Fix head request caching ( #14521 )
2022-03-09 14:34:23 +01:00
HonkingGoose
23c67c03a1
fix(config options): capitalize proper noun Git ( #14583 )
2022-03-09 14:29:02 +01:00
Hasan Awad
bb0bbcc383
fix(manager/gradle-wrapper): distributionSha256Sum is inconsistent with the gradle version ( #14495 )
...
* Change sha256 if it exists in the properties
* update sha to new value and then run update
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-09 12:56:17 +00:00
Nicolas Hansse
7cdc15ec38
chore(npm): fix typo ( #14575 )
2022-03-08 16:52:25 +01:00
Hasan Awad
f412eb3ec6
fix(config): changed digest commit message topic ( #14568 )
2022-03-08 16:52:02 +01:00
zml
bb6bc35e4d
fix(manager/gradle): Initial handling of rich versions in gradle version catalogs ( #14533 )
2022-03-08 04:54:45 +00:00
Sergei Zharinov
06f8802c54
refactor(datasource/pod): Enable strict null checks ( #14542 )
2022-03-07 06:12:48 +01:00
Maksim
92f8cb6e31
refactor(migrations): renovateFork ( #14532 )
2022-03-05 21:11:02 +00:00
Ivan Katliarchuk
81ebad1cfa
rebase ( #14511 )
2022-03-04 20:19:42 +01:00
Sergei Zharinov
857ab6682e
test(datasource/maven): Enhance test for HTML-based release fetch ( #14519 )
2022-03-04 13:46:35 +01:00
Rhys Arkins
8bd77f747b
feat(gradle): remove deepExtract ( #14497 )
...
Removes Gradle `deepExtract` option
BREAKING CHANGE: Option `deepExtract` is now removed and will be ignored
2022-03-04 09:04:02 +01:00
Rhys Arkins
143c9a6751
refactor: rename lookupName -> packageName ( #14494 )
...
Renames `lookupName` to be `packageName`.
BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
2022-03-04 09:04:02 +01:00
Rhys Arkins
a61821bde8
refactor: repository worker ( #14489 )
...
Refactors branch and pr worker to be under repository worker.
2022-03-04 09:04:02 +01:00
Rhys Arkins
dca3418bbd
refactor: lib/modules ( #14488 )
...
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/
BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
2022-03-04 09:04:02 +01:00
Gabriel-Ladzaretti
a737a1b4ef
fix(pep440): added support for widen & replace rangeStrategies ( #14334 )
2022-03-03 11:50:30 +01:00
Morre Meyer
20846c674b
docs: remove heading for conda datasource ( #14481 )
2022-03-02 16:51:41 +01:00
Scott Busche
f38729687b
fix(config/preset): Update dotNetCore Docker Group ( #14476 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-02 05:22:50 +00:00
Jamie Magee
b08439a6ed
fix: union types for ensurePR ( #14293 )
2022-03-02 06:09:06 +01:00
ò_ó
d5e010b002
feat(presets): add @pixi packages ( #14470 )
2022-03-01 16:54:19 +01:00
Rhys Arkins
47fbdb250e
fix(npm): Revert "refactor(npm): migrate from fs.readFile to fs.readLocalFile" ( #14464 )
...
This reverts commit 8ab537bef1
.
2022-03-01 09:55:07 +01:00
Rhys Arkins
f3d4e29c8a
fix(hostRules): sort by matchHost length ( #14264 )
2022-02-28 19:23:43 +00:00
Sergei Zharinov
4f3dfbcc18
feat(platform): Cache created comments ( #14279 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-28 20:11:57 +01:00
Hasan Awad
77e48684e7
fix(pr): pr table for digests ( #14337 )
2022-02-28 18:47:19 +00:00
StinkyLord
e4a4de6eab
fix(manager/sbt): group PRs by variable instead of variable+groupid together ( #14339 )
2022-02-28 18:01:48 +00:00
Rhys Arkins
69c9c98cd6
fix: sanitize base64 of all secrets ( #14423 )
2022-02-28 17:07:09 +00:00
Rhys Arkins
68a4415eb4
refactor(config): rename preset packageName/pkgName to repo ( #14453 )
2022-02-28 17:39:44 +01:00
Rhys Arkins
b7eab64efb
feat(config): deprecate non-default npm presets ( #14444 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-02-28 15:14:58 +01:00
Rhys Arkins
08a44c9566
refactor(npm): npmrc handling ( #14443 )
2022-02-28 10:50:30 +01:00
Oleg Krivtsov
8ab537bef1
refactor(npm): migrate from fs.readFile to fs.readLocalFile ( #13969 )
2022-02-28 09:31:16 +00:00
Gabriel-Ladzaretti
a2c78f8d10
docs(versioning): changed 'extend' to 'widen' as a supported strategy ( #14432 )
2022-02-27 16:54:56 +00:00
Jacob Rask
47eabc9a74
feat(config): Add Percy CLI monorepo preset ( #14434 )
2022-02-27 12:24:34 +00:00
Jacob Rask
8bdabd4dfe
feat(config): Add Fela monorepo preset ( #14435 )
2022-02-27 11:46:58 +00:00
Jacob Rask
6a757f1d66
feat(config): Add Sitecore JSS monorepo preset ( #14436 )
2022-02-27 11:34:59 +00:00
Rhys Arkins
2715748805
chore: log currentValue for maven bumpVersion warning
2022-02-27 11:55:41 +01:00
Rhys Arkins
f9ce0e1004
fix(npm): extract packageRules from npmrc ( #14433 )
2022-02-27 11:36:45 +01:00
Rhys Arkins
564d0fec9e
chore: jsdoc base64 functions
2022-02-26 21:59:49 +01:00
Rhys Arkins
6c9aad38a8
refactor: remove unnecessarily long paths in imports and mocks ( #14429 )
2022-02-26 16:09:01 +00:00
Rhys Arkins
5549d23a41
refactor(npm): use hostRules for npmrc auth ( #14424 )
2022-02-26 15:59:05 +01:00
Rhys Arkins
b130bf5afb
refactor: base64 util functions ( #14422 )
2022-02-26 10:16:54 +01:00
Michael Kriese
f5cc1de36f
fix(fs): missing path normalization ( #14414 )
2022-02-25 14:12:43 +01:00
Maxime Brunet
16dfc0e088
fix(bitbucket): Use HTTP GET method instead of HEAD ( #14403 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-25 11:39:48 +00:00
Oleg Krivtsov
6604de3aeb
feat(manager/nuget): migrate fs.readFile to fs.readLocalFile ( #14234 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-25 11:07:31 +01:00
zeshuaro
b0ae8f6680
feat: add fvm manager ( #14370 )
...
* feat(manager/fvm): add fvm manager
* fix(manager/fvm): add to check for type of version value
* style: update string type check
Co-authored-by: Rhys Arkins <rhys@arkins.net>
* feat: update fvm manager
* chore: add fvm folder to tsconfig.strict.json
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-25 07:19:19 +00:00
Sergei Zharinov
a674f727dd
feat(github): Platform-native REST-based push ( #14271 )
2022-02-24 15:32:46 +01:00
Gabriel-Ladzaretti
0f4aa8828d
fix(pep440): version range narrows when using tilde ( #14389 )
2022-02-24 14:44:53 +01:00
Maxime Brunet
3f5b34a4db
fix(bitbucket): Try sanitizing reviewers when failing to create PR ( #14331 )
2022-02-24 09:58:26 +00:00
Florian Greinacher
a989c78800
fix: do not interpret value as version during flattening ( #14320 )
2022-02-24 09:41:47 +00:00
Dan Ports
2d86c6fa65
feat(flux): Generate system manifests using the components specified in the manifest header ( #14332 )
2022-02-24 09:09:35 +00:00
MaronHatoum
b121deb969
refactor(util/http): move interfaces from index.ts to types.ts ( #14335 )
...
* refactor:util/http move interfaces and types from index.ts to types.ts
* refactor:reorder imports
* refactor:move HttpError from type.ts to index.ts
* refactor:change imports after moving HttpError from type.ts to index.ts
* refactor:revert white spaces
* refactor:revert moving httpError from types.ts to index.ts
* refactor: moving httpError from types.ts to index.ts
* refactor: change import
* refactor: change import
* refactor: change import
* refactor: fix circular dependencies (lint build)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-24 08:50:17 +00:00
Sergei Zharinov
88ffc9c0b8
refactor(platform): Simplify comment deletion API ( #14363 )
...
* refactor(platform): Simplify comment deletion API
* Fix comment id types
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-23 12:28:36 +00:00
Florian Greinacher
43d09395b4
fix(manager/kustomize): support yml extension for kustomization file ( #14364 )
2022-02-22 20:07:55 +01:00
scemily13
dd08fd9f32
fix(manager/buildkite): Strip '.git' from git-based plugin names ( #14292 )
...
* strip .git from applicable git-based buildkite plugin names
* Update lib/manager/buildkite/extract.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* add toEqual matcher in jest test
* Update lib/manager/buildkite/extract.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/manager/buildkite/extract.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* remove obsolete snapshot
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-21 21:26:35 +00:00
Ivan Katliarchuk
9a103cbb51
fix: ignore empty labels during label merge and templating ( #14322 )
2022-02-21 21:47:51 +01:00
MaronHatoum
2c10b15a9b
refactor: change secrets/replaceSecretsInObject function name to camel case ( #14318 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-21 16:11:40 +00:00
Rhys Arkins
36a29974bb
fix: validate depName is a string ( #14342 )
...
Closes #14338
2022-02-21 15:38:24 +01:00
Serge K
c75f0e9b47
fix: check hashedBranchLength ( #14307 )
2022-02-19 09:57:01 +00:00
RahulGautamSingh
cc6b458a02
fix: typo ( #14306 )
2022-02-19 07:54:21 +00:00
Rhys Arkins
f3bdb9470c
fix(composer): add support for github vulnerability alerts ( #14301 )
2022-02-18 16:48:40 +01:00
Tobias Gruetzmacher
4b1750eab0
feat(presets): add Apache Groovy monorepo ( #14296 )
2022-02-18 12:32:16 +01:00
RahulGautamSingh
537461b03f
feat: migrate packagist to v2 ( #14104 )
2022-02-18 07:30:59 +01:00
Oleg Krivtsov
bb9c10e250
chore(pip_requirements): migrate from fs.readFile to fs.readLocalFile ( #14232 )
2022-02-18 05:45:25 +00:00
Max Rose
977a027125
fix(presets): log depreciation only if fallback found ( #14281 )
2022-02-18 03:54:40 +01:00
Morre Meyer
9c16082173
feat(datasource/conda): add conda datasource ( #14257 )
2022-02-17 21:11:09 +01:00
Hasan Awad
1b08bcd7c9
fix(gitlab): add mapping for scheduled branch status ( #14277 )
2022-02-17 14:03:54 +00:00
Morre Meyer
98b20ad276
docs: add information about adding a new datasource to api.ts ( #14275 )
2022-02-17 12:56:25 +00:00
Sergei Zharinov
b6c374f166
refactor(datasource/bitbucket-tags): Strict null checks ( #13558 )
2022-02-17 10:01:01 +00:00
Kaj Ström
c424a84f87
feat(maven): bumpVersion support ( #14201 )
2022-02-17 08:57:13 +00:00
Karen Kua
dfa553da11
fix(gitlab): encode namespaced project paths in /api/v4/projects call ( #14269 )
2022-02-17 08:20:55 +00:00
Sebastian Poxhofer
6a2b91bd26
fix(manager/helmv3): ignore implied local repositories ( #14267 )
...
* fix(manager/helmv3): ignore local repositories which use the implied file paths
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fixup tests
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-17 07:53:10 +00:00
Timm Krause
ccbb92a70e
fix(datasource/nuget): Encode whitespace for source and homepage URLs ( #14043 )
2022-02-17 06:15:44 +00:00
Oleg Krivtsov
536fd7366f
feat(util): add gitFs retry wrapper ( #13314 )
2022-02-17 05:57:26 +00:00
Florian Greinacher
4314bb8060
fix(manager/poetry): prioritize datasource-scoped credentials when authenticating with poetry sources ( #14255 )
...
* feat: use private gitlab pypi registry together with gitlab host
* docs: slim down documentation a bit
* fix: correctly normalize source name
* fix: correctly handle fallback
* refactor: apply review suggestions
* Update docs/usage/getting-started/private-packages.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update docs/usage/getting-started/private-packages.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Marion Deveaud <marion.deveaud@siemens.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-02-16 21:54:06 +01:00
David DOLCIMASCOLO
fd423903f0
fix(presets): Handle MUI (previously: Material-UI) organization change in material-ui monorepo ( #14252 )
2022-02-16 15:07:45 +01:00
Johann Behr
59f98ea6c5
fix(gitlab): remove double call for MR assignees ( #14212 )
...
* Fix primitive assignee calls
* Use proper Gitlab pronoun
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Use proper Gitlab offering noun
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Apply requirements
* Fix addAssignees test
* Remove debug log
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Implement getQueryString in addAssignees
* Add note on multiple assignees to platform/gitlab.md
* Fix typo
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/platform/gitlab/index.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-16 11:40:04 +01:00
Alexandre Paradis
b5c4f714e1
feat(config): add Sendgrid package for Node monorepo ( #14134 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-15 21:25:50 +00:00
Maxim Danilov
0e0123bdd7
feat(manager/jenkins): Switch default versioning to maven ( #14242 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-15 20:13:22 +00:00
Philip
5480202a59
fix(PrBody): pr table 'Change' field shows only "All locks refreshed" ( #13963 )
...
* fix(PrBody): issue 5838,
* Update lib/workers/pr/body/updates-table.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix(PrBody): issue 5838 review commits
* fix(PrBody): issue 5838 review commits
* fix(PrBody): issue 5838 review commits
* Update lib/workers/repository/updates/generate.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
* 5838 - add import
* 5838 - add import
* 10033 - merge
* 5838 - new pull request commit
* 5838 - order imports
* Update lib/workers/repository/updates/generate.ts
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
* 5838 - fix tests
Co-authored-by: philipabed <philip.abed@whitesourcesoftware.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-15 20:44:53 +01:00
Alexandre Paradis
85aa03d0db
Add @nestjs/passport to Nest monorepo ( #14239 )
2022-02-15 15:04:35 +01:00
Oleg Krivtsov
550ab89ba3
test(manager/pipenv): migrate all manage fs.readFile to fs.readLocalFile ( #14231 )
2022-02-15 11:34:51 +01:00
Gabriel-Ladzaretti
318c660abd
refactor(versioning/pep440): range.ts ( #14210 )
2022-02-15 09:41:22 +01:00
Sergei Zharinov
1e6ec07d8a
refactor(datasource/npm): Convert to class ( #14193 )
2022-02-15 08:20:45 +00:00
Sergei Zharinov
1f79f22e47
fix(util/git): Skip PR update on "force-with-lease" errors ( #14228 )
2022-02-15 07:27:30 +00:00
Maksim
00cab7c3a7
refactor(migrations): pathRules ( #14203 )
...
* refactor(migrations): pathRules
* refactor(migrations): fix typings & test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-15 07:15:09 +00:00
Sergei Zharinov
d09ce212c4
feat(util/git): Renovate custom refs periodic cleanup ( #14211 )
2022-02-15 05:50:08 +00:00
Sergei Zharinov
a86f23df09
refactor: Convert Maven-based datasources to class ( #14188 )
2022-02-15 05:12:30 +00:00
Florian Greinacher
f4291e8f8f
fix(preset/workarounds): do not upgrade from Alpine stable to edge ( #14220 )
...
* fix: do not upgrade from Alpine stable to edge
* add doNotUpgradeFromAlpineStableToEdge to workarounds:all
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-14 22:30:45 +00:00
Rhys Arkins
b0d4012c45
fix(presets): set global host rules before validating presets ( #14213 )
2022-02-14 17:30:49 +00:00
Nico Tonnhofer
f2bffdad3a
fix(manager/setup-cfg): handle more dependencies ( #14091 )
...
* fix for https://github.com/renovatebot/renovate/issues/14076#issue-1126227358
* return null
* fix review findings
* const dep
* handle comments correctly again
* feat: allow multiple entries in one row
remove ';' to remove in each line. Only # is allowed for comments.
* remove tab for replace
add a test for very compact written dependency
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-14 13:00:44 +00:00
Philip
2cf304b69a
fix(manager/github-actions): dependencies with quotes are ignored ( #14130 )
2022-02-14 10:39:23 +00:00
Maksim
da3772ab18
refactor(migrations): host rules ( #13874 )
2022-02-13 20:07:09 +00:00
Sergei Zharinov
00a2dce783
refactor(datasource/docker): Convert to class ( #14194 )
2022-02-13 19:13:13 +00:00
Sergei Zharinov
b0ce30b59a
refactor(datasource/nuget): Convert to class ( #14140 )
...
* refactor(datasource/nuget): Convert to class
* Fix strict nulls and obsolete URL
* Fixes
* Fix mutability
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-13 13:55:03 +00:00
StinkyLord
780a699573
docs(preset): update :pinDependencies
description ( #14144 )
2022-02-13 09:59:16 +01:00
Hasan Awad
f83c82b94f
fix: added filtering for empty depName ( #14037 )
2022-02-13 09:59:03 +01:00
Rhys Arkins
c6b1cda575
fix(pr): intelligently merge prBodyColumns ( #14198 )
2022-02-13 08:26:49 +00:00
Jamie Magee
766d92144f
refactor(conan): retrieve raw content directly from GitHub ( #14195 )
2022-02-13 05:39:15 +00:00
Sergei Zharinov
8a7abfdf01
refactor(github): Convert datasources to class form ( #14124 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-02-13 03:24:40 +00:00
Rhys Arkins
91f36b7e54
feat(conan): use github repo for conan center lookup ( #14176 )
2022-02-12 18:52:50 -08:00
Jan Graichen
b646bcee52
fix: Do not drop bundler platforms on lock file maintenance ( #14159 )
2022-02-12 10:36:48 +00:00
Sergei Zharinov
a7d4f52b3c
refactor(datasource/go): Unify delegation to bitbucket ( #14189 )
2022-02-12 10:51:40 +01:00
Sergei Zharinov
e92ef1ac45
test(datasource): Refactor index tests ( #14187 )
2022-02-12 10:05:21 +01:00
LeoniePhiline
32f7988493
feat(composer): Default to 'widen' rangeStrategy for TYPO3 extensions ( #14175 )
2022-02-11 16:12:55 +00:00
Rhys Arkins
b2183a30c5
fix(npm): lockfileVersion 2+ transitiveRemediation only if package.json changes ( #14173 )
2022-02-11 13:20:55 +00:00
Oleg Krivtsov
0786775005
feat(workers/global): support eager resolving of presets ( #13279 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 11:35:29 +00:00
Rhys Arkins
3d38b95225
fix: disable conan manager by default ( #14171 )
2022-02-11 11:46:17 +01:00
Michael Kriese
5723be1ac5
refactor: add strict null checks ( #14169 )
2022-02-11 11:02:30 +01:00
Mariano Wahlmann
26cb91c977
fix(datasource/go): Remove version from repository URL for Gitlab ( #14163 )
...
Co-authored-by: Mariano Wahlmann <mariano.wahlmann@cbinsights.com>
2022-02-11 08:57:49 +00:00
Sergei Zharinov
00e2b51071
refactor(datasource/repology): Convert to class ( #14132 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 08:05:55 +00:00
Jamie Magee
0a4b1036b5
refactor(packagist): convert to class-based datasource ( #12227 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 07:29:11 +00:00
Jamie Magee
1127715c43
refactor(datasource): use datasource id instead of string ( #14166 )
2022-02-11 07:15:39 +01:00
Sergei Zharinov
93d32806b4
refactor(datasource/gitlab-tags): Convert to class ( #14055 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-11 05:42:14 +00:00
mhetzel
8f6bf44ea8
feat: add conan datasource and manager ( #12009 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-11 05:15:13 +00:00
Michael Kriese
b7e267f6ac
feat(datasource/docker): support legacy org.label-schema.vcs-url
label ( #14139 )
2022-02-11 04:59:29 +00:00
Michael Kriese
8dee195d0e
fix: wrong config access ( #14164 )
2022-02-11 04:37:57 +00:00
Sergei Zharinov
40f615e8ea
refactor(datasource/pod): Convert to class ( #14133 )
...
* refactor(datasource/pod): Convert to class
* Fix lint
* Fix
2022-02-10 20:07:16 +00:00
LeoniePhiline
917f30e783
feat(composer): Detect TYPO3 extensions and Symfony bundles as libraries ( #14143 )
2022-02-10 19:03:36 +00:00
Malte Swart
529a3a3f11
feat(manager/pip-compile): support basic arguments ( #14098 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 17:30:50 +00:00
LeoniePhiline
2252ca8c44
feat(presets): add parcel monorepo ( #14142 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 16:30:00 +00:00
Hasan Awad
bf0ebd2159
test: fix broken test of 'processBranch' function ( #14135 )
2022-02-10 16:21:05 +01:00
Maksim
090c81af1b
refactor(migrations): compatibility ( #13869 )
...
* refactor(migrations): compatibility
* refactor(migrations): fix test coverage
* refactor(migrations): add unit test
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-10 14:42:58 +00:00
Michael Kriese
a859c7f279
fix(helmfile): skip invalid versions ( #14127 )
2022-02-10 12:26:36 +01:00
Sergei Zharinov
9809ba476b
feat(git): Add helpers for platform-native commit ( #13955 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-10 08:58:30 +00:00
Alexandre Paradis
dbadaef47c
feat(config/preset): Add MikroORM monorepo ( #14122 )
2022-02-10 00:46:45 +01:00
Michael Kriese
a8ca710dd6
fix: improve coverage ( #14117 )
2022-02-09 19:12:14 +01:00
Maksim
638d958cc2
fix(migrations): don't migrate properties twice ( #14101 )
2022-02-09 16:20:47 +00:00
Michael Kriese
31c63a9549
chore: fix coverage comment. ( #14115 )
2022-02-09 16:48:51 +01:00
Sönke Liebau
5d419a1c01
feat(github-actions): Change behavior to not add "renovate" to inline yaml comments when pinning ( #14110 )
2022-02-09 16:48:25 +01:00
Rhys Arkins
27afe432f5
fix(npm): don't remediate unrelated package.json version ( #14109 )
...
Closes #14106
2022-02-09 12:13:51 +01:00
Michael Kriese
bc3a5281ca
fix(datasource/docker): override registry source url ( #14108 )
2022-02-09 11:06:29 +00:00
Gabriel-Ladzaretti
64460a75f0
fix(gomod): Now ignoring multi-line replace directive inside go.mod files. ( #14033 )
2022-02-09 09:38:37 +00:00
Jonas Havers
5c626988eb
feat(sbt-package): handle root relative urls ( #13949 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-09 10:23:03 +01:00
Sergei Zharinov
36ed312142
refactor(datasource/docker): Consolidate files into one ( #14054 )
2022-02-09 06:54:04 +01:00
Rhys Arkins
9b6b59dee9
feat(npm): efficient update-lockfile reuse for lockfileVersion>=2 ( #14097 )
2022-02-08 21:23:00 +01:00
Sergei Zharinov
08acc9ad0e
refactor(datasource/github-releases): Consolidate into single file ( #14083 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-08 14:27:56 +00:00
Sergei Zharinov
abc1197b85
refactor(datasource/terraform): Enable strict null checks ( #14050 )
...
* refactor(datasource/terraform): Enable strict null checks
* Fix coverage
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-08 11:48:43 +00:00
Rhys Arkins
9a43d32457
feat(npm): optimize remediation to detect already updated branches ( #14084 )
2022-02-08 09:41:26 +01:00
Rhys Arkins
98ed29c74b
fix(npm): don't disable lock file updates when remediating ( #14082 )
2022-02-08 08:55:27 +01:00
Nils Plaschke
33e9e5a97d
fix: remove quotations around git insteadOF url ( #14079 )
2022-02-07 20:00:53 +00:00
HonkingGoose
9f0ebb6509
docs: replace as per fragment with in line with ( #14068 )
2022-02-07 15:59:23 +01:00
HonkingGoose
a7903a4de2
docs: replace receive with get ( #14073 )
2022-02-07 15:53:22 +01:00
Rhys Arkins
bc300b858f
fix(automerge): don't reassign failing PRs if assignAutomerge=true ( #14065 )
2022-02-07 15:45:57 +01:00
Rhys Arkins
d555c5c1b6
fix(maven): Revert "fix: remove default maven central registry" ( #14058 )
...
This reverts commit ead221dd97
.
2022-02-07 12:17:14 +01:00
Hasan Awad
85cf82e79d
fix(logging): Added check for log level value ( #13941 )
2022-02-07 08:44:44 +00:00
Jamie Magee
3b7e9a17cb
refactor: set importsNotUsedAsValues to error ( #14052 )
2022-02-07 06:37:17 +00:00
Sergei Zharinov
c1555efb3b
refactor(datasource/crate): Enable strict null checks ( #13915 )
2022-02-07 06:14:23 +00:00
Sergei Zharinov
c966eb1c9c
refactor(versioning): Enable strict null checks ( #14053 )
2022-02-07 05:59:22 +00:00
Sergei Zharinov
1f052979df
refactor(versioning/poetry): Enable strict null checks ( #14028 )
2022-02-07 05:23:16 +00:00
Rhys Arkins
eba4e8f51b
fix(npm): remove failed remediations from dashboard ( #14025 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-02-07 03:27:24 +00:00
Sergei Zharinov
fca865b07f
refactor(datasource/helm): Enable strict null checks ( #14040 )
2022-02-06 16:50:31 +00:00
Sergei Zharinov
cdd9b44ae8
refactor: Use null-safe Boolean filtering ( #14039 )
...
* refactor: Use null-safe Boolean filtering
* Simplify and remove file
2022-02-06 16:30:53 +00:00
Sergei Zharinov
f0a1b64b15
refactor(datasource/orb): Enable strict null checks ( #14042 )
2022-02-06 15:42:11 +00:00
Sergei Zharinov
d82223f2e6
refactor(datasource/node): Enable strict null checks ( #14041 )
2022-02-06 16:28:10 +01:00
Sergei Zharinov
123d8b44d2
refactor(versioning/hashicorp): Enable strict null checks ( #14030 )
2022-02-06 09:14:04 +00:00
Sergei Zharinov
4fa5eeb8bb
refactor(util/template): Strict null checks ( #14031 )
2022-02-06 09:03:07 +01:00
Sergei Zharinov
60af784edf
refactor(versioning/composer): Enable strict null checks ( #14027 )
2022-02-06 07:54:12 +01:00
Sergei Zharinov
e57d2fa3fe
feat(datasource/dart): Filter out retracted packages ( #14022 )
...
* feat(datasource/dart): Filter out retracted packages
* Fix fixture
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-05 10:05:16 +00:00
Sergei Zharinov
f573d828e7
test(datasource): Check included manager list ( #13946 )
2022-02-05 10:20:41 +01:00
Rhys Arkins
9023b8a56b
fix(npm): avoid transitive remediation of bundled dependencies ( #14019 )
2022-02-05 08:52:33 +00:00
Nils Plaschke
2eadd19a47
feat: add additional git authentication rules ( #13477 )
...
* feat: add additional git authentication rules
* feat: refactor and add additional test cases
* fix: add git envs to gomod tests
* chore: revert function renaming
* chore: use interface instead of type
* chore: add test for different protocol
* chore: add typed import
* fix: do not use quotes, it breaks the docker sidecar
* chore: use correct quotes
* chore: incorporate feedback
* chore: lint files
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-05 07:50:48 +00:00
Nils Plaschke
ead221dd97
fix: remove default maven central registry ( #13950 )
...
* fix: remove default maven central registry
* chore: simplify maven extract tests
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-05 07:20:43 +00:00
Sergei Zharinov
1525d38c33
refactor(versioning/generic): Strict null checks ( #14006 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-05 07:06:17 +00:00
Malte Swart
67524192a1
fix: populate isLockFileMaintenance ( #14005 )
...
Lock file maintenance was broken as various managers rely on the
`isLockFileMaintenance` update flag to be set. This was not the
case as its config is generated afterwards (without the is*
auto-propagation).
2022-02-05 07:35:46 +01:00
Sergei Zharinov
5f99028865
refactor(datasource/aws): Strict null checks ( #13449 )
2022-02-05 06:54:18 +01:00
Sergei Zharinov
40bd20cfab
refactor(versioning/docker): Enable strict null checks ( #14004 )
2022-02-05 06:03:07 +01:00
Sergei Zharinov
afa98f54d0
refactor(datasource/sbt): Enable strict null checks ( #14003 )
2022-02-04 19:50:14 +00:00
Sergei Zharinov
271bd2b7db
refactor(versioning/ivy): Enable strict null checks ( #14002 )
2022-02-04 15:58:36 +00:00
Rhys Arkins
1d145d3c6d
fix: add whitesource/renovate sourceUrl ( #13999 )
2022-02-04 14:46:37 +01:00
Sergei Zharinov
99c30be29f
fix(git): Don't fetch if push has failed ( #13997 )
...
* fix(git): Don't fetch if push has failed
* Fix coverage
2022-02-04 09:45:06 +00:00
Sebastian Poxhofer
2a013b3c25
fix(manager/helm-requirements): ensure currentValue is a string ( #13979 )
2022-02-04 05:25:01 +00:00
Martin Herndl
3d9cbee2c6
docs: composer supports update-lockfile rangeStrategy ( #13987 )
2022-02-04 00:48:20 +01:00
Sergei Zharinov
80663fe1ac
refactor(maven): Enable strict null checks ( #13980 )
...
* refactor(maven): Enable strict null checks
* Fix name and cache
* Return destructuring
2022-02-03 18:01:34 +01:00
Sergei Zharinov
b05844bc90
refactor(datasource/hex): Enable strict null checks ( #13983 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-03 15:36:29 +00:00
Sergei Zharinov
8e3478e69a
refactor(datasource/dart): Enable strict null checks ( #13981 )
...
* refactor(datasource/dart): Enable strict null checks
* Fix coverage
2022-02-03 16:21:10 +01:00
Richard Versteeg
000142e5d5
feat(changelogs): Add github-changelog
and gitlab-changelog
hosttypes ( #13695 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-02 10:20:51 +00:00
Richard Versteeg
356fdcb3f5
fix(docker): Skip lookup of dependencies with variable in image name ( #13951 )
2022-02-02 09:09:39 +01:00
Sergei Zharinov
8070f007a6
refactor: Use Windows-compatible regex for newlines ( #13956 )
2022-02-02 07:31:11 +00:00
Sebastian Poxhofer
9b9dec9595
docs(manager/regex): prefill regex101 link and fix backslash escape ( #13945 )
...
* docs(manager/regex): prefill regex101 link and fix backslash escape
* docs(manager/regex): fix linting
2022-02-01 14:58:50 +01:00
César Soto Valero
790ff0196f
feat(config): workaround for web3j v5.0.0 ( #13939 )
2022-02-01 08:55:15 +01:00
Michael Kriese
7fadce31fb
fix(platform/gitea): correcly handle comment updates ( #13936 )
2022-02-01 08:18:50 +01:00
Sebastian Poxhofer
11c1741411
fix(manager/helmv3): do not add alias dependencies to artifact repo list ( #13937 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-31 21:34:31 +00:00
Rhys Arkins
3a34d11e14
refactor(platform): remove unnecessary pr.canMerge cases ( #13914 )
2022-01-31 15:35:40 +01:00
Oleg Krivtsov
cb6401e52d
test(manager/helmv3): migrate from fs.readFile to fs.readLocalFile ( #13832 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-31 13:43:31 +00:00
Oleg Krivtsov
109b77b7ce
feat(datasource/golang-version): add golang-version datasource ( #13291 )
...
* Implement feature
* Make timestamp UTC
* Fix timestamp format
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Changes after code review
* Changes after code review
* Fix test
* Changes after code review
* Update lib/datasource/golang-version/index.ts
* Fixed coverage
* Changes after code review
* Fix tests after merge
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-31 08:44:00 +01:00
Michael Kriese
b3810b5fc7
fix(manager/flux): fix system manifest artifacts ( #13912 )
2022-01-30 10:43:47 +00:00
Rhys Arkins
4d2faef11f
refactor(github): remove unused commits from pr graphql query ( #13911 )
2022-01-30 09:33:07 +01:00
Oleg Krivtsov
368903ab81
feat: support new rangeStrategy=in-range-only ( #13257 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-30 03:46:22 +00:00
Jamie Magee
5665570f0b
refactor(go): convert to class-based datasource ( #12985 )
2022-01-29 14:48:28 +00:00
Rhys Arkins
86b0ef09ae
feat: defaultRegistryUrls ( #13907 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-01-29 13:36:08 +00:00
Nils Plaschke
3c4a3c1c43
fix: pass undefined to global secret replace ( #13908 )
2022-01-29 12:47:09 +01:00
Charles Korn
02eeb105da
fix(gomod): update go.sum entries for dependencies only referenced in tests ( #13906 )
2022-01-29 11:11:04 +01:00
Jonas Michaelis
a53c609294
fix(gitlabci): multiple named services ( #13867 )
...
* fix(gitlabci): multiple named services
* improve regex to allow different ordering
* regex allow only one dash
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-29 09:02:16 +00:00
Dan Ports
41f198c63c
feat(manager/flux): Update system manifests. ( #13675 )
2022-01-29 06:30:02 +00:00
Maxime Brunet
3f403d232a
fix(dependency-dashboard): Add missing newline to "Awaiting Schedule" section ( #13905 )
2022-01-29 06:02:25 +01:00
HonkingGoose
b083d508eb
docs: add admonition for deepExtract
deprecation ( #13904 )
2022-01-28 21:00:28 +01:00
Sergei Zharinov
0424518db2
refactor(git): Delegate commit function to platform ( #13823 )
2022-01-28 14:50:10 +01:00
Stefano Zaninetta
c4af347d78
fix(pr): monorepo changelog with sourceDirectory ( #13366 )
2022-01-28 14:49:35 +01:00
Nils Plaschke
c34c1a7e3c
feat(config): replace secrets in global config ( #13445 )
2022-01-28 14:49:21 +01:00
Rhys Arkins
3144a48f2e
feat(helm): support binarySource=install ( #13719 )
2022-01-28 13:30:34 +00:00
Martin Herndl
184a7755b4
fix: improve re-opening behaviour of group updates ( #13830 )
2022-01-28 14:18:03 +01:00
Ana Krivokapić
ec4cf70433
fix(config): Add freeChoice to userStrings config object ( #13539 )
2022-01-28 13:40:18 +01:00
Sergei Zharinov
b72bff3046
refactor(datasource): Make "DigestConfig::lookupName" a required field ( #13608 )
2022-01-28 11:50:03 +00:00
Sergei Zharinov
73b74a5207
test(onboarding): Remove inconvenient helper function ( #13876 )
...
* test(onboarding): Remove inconvenient helper function
* Fix tests
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-28 11:34:21 +00:00
HonkingGoose
eaf8100f50
docs(git-submodules): example of custom per-submodule checks ( #12350 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-28 10:49:51 +01:00
Sergei Zharinov
d3b774e8ef
feat(git): Cache for local conflict detection ( #13764 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-28 09:53:30 +01:00
Rhys Arkins
e0d891799a
fix: baseBranches branchPrefix ( #13872 )
2022-01-27 20:38:15 +00:00
Maksim
8f64db2ff2
refactor(migrations): endpoints ( #13868 )
...
* refactor(migrations): endpoints
* refactor: fix unit test snapshot
2022-01-27 19:54:52 +00:00
Sergei Zharinov
8787e02e88
fix(gradle): Provide correct packageFile for plugin versions extracted from template ( #13854 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-27 14:22:37 +00:00
hasanawad94
ddd7fc58e0
fix: Some wrong logging for flattened updates ( #13853 )
2022-01-27 13:57:24 +00:00
renovate[bot]
859290b165
build(deps): update dependency simple-git to v3 ( #13705 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-27 12:22:48 +01:00
Sebastian Poxhofer
b20c2f7b00
fix(manager/helmv3): add all repositories in dependencies as repo for artifacts ( #13848 )
2022-01-27 10:35:45 +00:00
Yannick Denimal
4b83298f75
feat(template): dashboard header/footer templating ( #13598 )
2022-01-26 12:23:56 +00:00
Rhys Arkins
4d3c1de974
fix: Revert "feat(git): use git fetching for forkMode ( #13808 )" ( #13831 )
...
This reverts commit 152ad14672
.
2022-01-26 13:07:17 +01:00
Rhys Arkins
35f0968c32
fix: Revert "refactor(git): remove first git checkout as redundant ( #13509 )" ( #13829 )
...
This reverts commit 63f8371b93
.
2022-01-26 11:17:30 +00:00
Rhys Arkins
0bad22b254
chore: rename sanitize functions for better searchability ( #13826 )
2022-01-26 10:57:21 +01:00
Sébastien CROCQUESEL
55c6ae5ccb
feat: add maven datasource support to semanticPrefixFixDepsChoreOthers ( #13736 )
2022-01-26 08:45:31 +00:00
Sergei Zharinov
6c7fd8df29
refactor(git): Split commitFiles function into 3 phases ( #13821 )
2022-01-26 09:19:08 +01:00
Sergei Zharinov
7eac592de4
refactor(git): Extract auth handling from commitFiles ( #13820 )
2022-01-26 05:05:21 +00:00
Sergei Zharinov
fbb0a01f15
refactor(git): Extract error handling to separate file ( #13819 )
2022-01-26 05:52:06 +01:00
Rhys Arkins
152ad14672
feat(git): use git fetching for forkMode ( #13808 )
2022-01-25 17:25:24 +00:00
Oleg Krivtsov
25e62d54a4
feat(git-submodules): handle directory artifacts in postUpgradeTasks ( #13480 )
2022-01-25 16:29:39 +00:00
Rhys Arkins
47d158d696
feat(poetry): support binarySource=install ( #13794 )
2022-01-25 15:45:28 +00:00
Shingo Sato
5df664c1cd
fix: validate RepositoryVulnerabilityAlert to getVulnerability ( #13788 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-25 14:27:44 +01:00
Rhys Arkins
6b0e896eb7
fix(buildpack): filter stable if no constraint ( #13797 )
2022-01-25 11:48:01 +01:00
Oleg Krivtsov
63f8371b93
refactor(git): remove first git checkout as redundant ( #13509 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-25 09:50:30 +01:00
Scott Busche
7976b2c97a
feat(presets): Add @redux-devtools/extension replacement ( #13779 )
2022-01-24 18:06:34 +00:00
Rhys Arkins
d67436cc87
feat(bundler): support binarySource=install ( #13780 )
2022-01-24 16:39:22 +00:00
Sebastian Poxhofer
f372a68144
feat(helmv3): support for private repositories and registries in lock files ( #13726 )
2022-01-24 16:15:23 +00:00
Rhys Arkins
60d37364fc
fix(bundler): call bundler, not bundle ( #13778 )
2022-01-24 15:37:55 +01:00
Sergei Zharinov
d4bbfe2474
fix(versioning/loose): Fix suffix comparison ( #13745 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-24 15:24:17 +01:00
Rhys Arkins
a9920ff8ec
fix(git): writeGitAuthor before conflicted check ( #13776 )
2022-01-24 13:39:41 +00:00
Sergei Zharinov
5ca701c5ee
feat(git): Use local git for conflict detection ( #12575 )
2022-01-24 11:25:15 +00:00
Rhys Arkins
2e35968146
feat(pr): display latest pending update in upgrades table ( #13768 )
2022-01-24 11:09:27 +00:00
Rhys Arkins
a920a6bd66
fix(git): coerce git version equals ( #13767 )
2022-01-24 10:57:03 +01:00
Maksim
fee8aa26a8
refactor(migrations): raiseDeprecationWarnings ( #13761 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-24 08:20:00 +00:00
Maksim
dabe3d0e29
refactor: introduce Fixtures util class ( #12638 )
...
* refactor: introduce Fixtures util class
* refactor: align yarn.spec
* refactor: move fs mocks to __mocks__ folder
* refactor: improve fs-extra mock
* refactor: move callsite to dev deps
* refactor: use fixtures class
* refactor: use fixtures class
* refactor: reduce external variables in tests
* refactor: improve Fixtures
* refactor: add type for realFs
* refactor: remove obsolete snapshot
* fix: by comments
* refactor: provide ability to spy on mocked fs methods
* refactor: fix build
* refactor: fix by comments
* refactor: add docs
* refactor: fix unit test
* refactor: return called times checks
* refactor: fix by comments
* refactor: adjust unit test
* refactor: adjust unit test
* refactor: fix unit test
* refactor: fix by comments
* refactor: fix by comments
* refactor: update jsdoc
* refactor: fix by comments
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-23 21:23:54 +00:00
Maksim
38a6119154
feat(migrations): composerIgnorePlatformReqs ( #13759 )
2022-01-23 22:00:02 +01:00
Maksim
e02aaa42ac
feat(migrations): managerBranchPrefix ( #13757 )
2022-01-23 18:49:21 +00:00
Maksim
dd8b5ad6a8
feat(migrations): strict null checks ( #13756 )
2022-01-23 17:08:02 +00:00
Maksim
9d87ffbe38
feat(migrations): versionStrategy ( #13755 )
2022-01-23 17:30:05 +01:00
Michael Heyman
01a3e35027
feat(docker): Change limit when interacting with ECR proxy ( #13531 )
...
* Change limit when interacting with ECR proxy
* Relocate function to common directory
* Make error check more robust and add tests
* Add mechanism to prevent infinite loop
* Simplify loop checking and test ECR proxy through getPkgs
* Update lib/datasource/docker/common.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
* Fix dropped page issue
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-23 08:29:36 +00:00
Sebastian Poxhofer
b153b21d2b
tests(manager/terraform): split up tests and fix name collisions ( #13750 )
2022-01-23 06:14:32 +00:00
marcovmun
14bf32f588
docs(platform/bitbucket-server): Update assignees docs ( #13639 )
2022-01-22 16:35:13 +00:00
Maksim
34f4901699
feat(migrations): upgradeInRange ( #13734 )
...
* feat(migrations): upgradeInRange
* feat(migrations): add test case
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-22 12:53:07 +00:00
Sergei Zharinov
f8124bd34a
refactor(versioning): Separate generic from loose versioning ( #13747 )
2022-01-22 10:24:12 +00:00
Lukas
c06b174fbf
fix(pnpm): use find-packages for pnpm pattern matching ( #13735 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-22 09:14:39 +00:00
Sergei Zharinov
dbe14ab438
refactor(git): Rename File interface to FileChange ( #13741 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-22 08:31:32 +00:00
Dan Ports
23d1438fe9
fix: AMI versioning is broken. ( #13740 )
2022-01-22 07:53:52 +00:00
Markus Schuch
51a4319033
feat(presets): add new Vue 3 default repo url ( #13731 )
2022-01-21 23:23:54 +00:00
Rhys Arkins
d2a47ce7e7
feat(npm): support binarySource=install for pnpm ( #13723 )
2022-01-21 18:03:15 +01:00
Sergei Zharinov
8a5be3440f
refactor: Use eslint rule to prohibit enums ( #13703 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-21 15:33:23 +01:00
Tobias Gruetzmacher
ac408e46cb
feat(presets): add Apache Camel monorepo ( #13717 )
2022-01-21 14:28:08 +01:00
elmaso1620
49f5ac0b9b
feat: expose sourceRepo, sourceRepoOrg and sourceRepoName ( #13620 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-21 12:03:06 +00:00
Michael Kriese
3b651408e7
fix: readd missing config properties ( #13716 )
2022-01-21 10:58:29 +00:00
Rhys Arkins
22c40fa7d4
chore: fix gradle wrapper tests
2022-01-21 11:17:41 +01:00
Sergei Zharinov
7424ae338e
refactor(workers): Make reuse logic more consistent ( #13701 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-21 10:00:13 +00:00
Oleg Krivtsov
a133bb96af
feat(workers/branch): allow to define a blocked label ( #12164 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-21 08:33:22 +00:00
Sergei Zharinov
4f18d76320
refactor: Use union type for SkipReason ( #13702 )
...
* refactor: Use union type for SkipReason
* Fix snapshot
* Fix snapshot
2022-01-21 08:59:36 +01:00
Sergei Zharinov
0c4d8c7180
refactor: Separate file addition and deletion data structures ( #13638 )
2022-01-21 06:47:49 +01:00
Richard Versteeg
599958a56b
fix(bitbucket-tags): Add hostType and fallback for bitbucket-tags datasource ( #13697 )
2022-01-20 20:16:17 +00:00
Richard Versteeg
c3783171c2
fix(gitlab-packages): Add missing hostType for datasource calls ( #13696 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-20 19:55:10 +00:00
Richard Versteeg
c13b42c8f5
refactor(gitlab-changelog): Make url encoding consistent ( #13694 )
2022-01-20 20:05:54 +01:00
Gary Lockett
73e7492d6d
fix(manager/composer): respect the PHP override in composer.json ( #13657 )
...
* fix(composer): respect the PHP override in composer.json
Signed-off-by: Gary Lockett <gary@creativecow.uk>
* chore(docs): document new configuration
Signed-off-by: Gary Lockett <gary@creativecow.uk>
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* fix(tests): add missing composer version to expected output
Signed-off-by: Gary Lockett <gary@creativecow.uk>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-20 12:38:46 +00:00
RahulGautamSingh
f4776692ab
refactor(versioning/gradle): ensure strict null check ( #13554 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-20 09:57:33 +00:00
Sebastian Poxhofer
9e92712b7f
fix(helmv3): adapt to new OCI format and allow aliases for OCI ( #13603 )
...
* feat(helmv3): adapt to new OCI format and refactor
* add whitespace to tests and null return value of `resolveAlias`
* docs(helmv3): use JSDocs for function documentation
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-20 09:31:16 +00:00
Oleg Krivtsov
e148b66d8a
feat(config): read config from branches in baseBranches ( #12514 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-20 08:11:25 +00:00
Nils Plaschke
f88e498145
feat(maven): settings.xml registry extraction ( #13592 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-20 07:34:48 +00:00
RahulGautamSingh
bc0b5617c5
refactor(versioning/cargo): enable strict null ( #13607 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-19 22:48:55 +01:00
Dan Ports
c669afb4ac
feat(preset): Add quartznet monorepo. ( #13650 )
2022-01-19 18:56:42 +01:00
Dan Ports
3c2a386d47
feat: Flux package manager that can renovate HelmRelease manifests ( #13566 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-19 14:51:58 +00:00
Florian Greinacher
5376bb6375
feat(versioning/node): add support for Node.js codenames ( #13466 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-01-19 10:48:52 +01:00
Rhys Arkins
ab778ebf1d
feat: supportedDatasources ( #13621 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2022-01-19 08:06:21 +00:00
Dan Ports
94645d96b9
feat(preset): Add wcf monorepo. ( #13390 )
2022-01-19 07:40:53 +00:00
renovate[bot]
995dd0e670
build(deps): update dependency redis to v4 ( #13260 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-19 06:05:23 +00:00
rwxd
150d01a4bb
feat(pip_requirements): added support for packages from a git repository ( #13414 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-18 21:18:48 +00:00
Manuel
c2643fb95f
fix: Clarify digest upgrade ignore message ( #13108 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-18 20:45:05 +00:00
Sebastian Poxhofer
e406cd1131
feat(autodiscover): allow usage of regex patterns ( #13243 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-01-18 20:23:35 +00:00
Sergei Zharinov
85fda0cd9b
refactor(datasource/adoptium-java): Strict null checks ( #13444 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-18 16:07:20 +00:00
Sergei Zharinov
3b14ef2869
feat(github): Remember GraphQL optimal page size ( #13047 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-18 15:36:44 +00:00
Oleg Krivtsov
531daff3dc
feat(schedule): support cron syntax for schedules ( #12801 )
2022-01-18 14:39:13 +01:00
renovate[bot]
11f4e1e856
build(deps): update aws-sdk-js-v3 monorepo to v3.47.0 ( #13612 )
...
* build(deps): update aws-sdk-js-v3 monorepo to v3.47.0
* update snapshots
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-18 10:42:59 +01:00
Jan Molak
4a332e032d
fix(renovate): Print preset validation errors so that they don't get lost ( #13597 )
2022-01-17 15:52:16 +00:00
Sergei Zharinov
2fd071cadf
refactor(datasource/go): Restrict parameters for "getDigest" ( #13584 )
2022-01-17 08:38:14 +00:00
RahulGautamSingh
9f7d024393
refactor(rez): ensure strict null check ( #13334 )
2022-01-17 07:45:41 +01:00
Sergei Zharinov
ee55afb3d9
fix(gradle): Support gradle versions as templates ( #13576 )
...
* fix(gradle): Support gradle versions as templates
* More test
2022-01-16 16:23:14 +01:00
Maxime Brunet
711dde088b
fix(bitbucket-cloud): Remove reviewers no longer member of the workspace ( #13274 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-16 10:17:20 +00:00
Maxime Brunet
eccfa6514f
feat(bitbucket-cloud): Use default PR merge message ( #13567 )
...
* feat(bitbucket-cloud): Use default PR merge message
* Update MergeRequestBody interface
* Make message optional
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-15 20:59:38 +00:00
TSUYUSATO Kitsune
e4282ce03a
feat(manager/sbt): support ThisBuild
scoped scalaVersion
( #13544 )
...
* fix(manager/sbt): support `ThisBuild` scoped `scalaVersion`
Using `ThisBuild / scalaVersion` to specify a common `scalaVersion`
across subprojects is a well-known technique such as described in
the official documentation of SBT.
<https://www.scala-sbt.org/1.x/docs/Scopes.html#Build-level+settings >
So, we should support to recognize this syntax also.
* fix(manager/sbt): support `ThisBuild / scalaVersion := variable`
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-15 15:47:37 +01:00
Hannes Norda
f6e5e60d49
feat(manager/gomod): Add gomodTidy1.17 postUpdateOption ( #13548 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-14 13:39:01 +00:00
Rhys Arkins
c4710fecc9
fix(git): skip null contents additions which aren't directories ( #13560 )
2022-01-14 13:51:26 +01:00
Sergei Zharinov
e2238eee02
refactor(versioning/loose): Strict null checks ( #13454 )
...
* refactor(versioning/loose): Strict null checks
* Fix
* Fix make it boolean
* Get rid of code smell
* Simplify conditions
* Elaborate tests
* Fix
* Update lib/versioning/loose/utils.spec.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Update lib/versioning/loose/utils.spec.ts
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-14 13:16:53 +01:00
Rhys Arkins
db211c594c
refactor: versioning.is functions return boolean ( #13557 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-14 10:50:41 +00:00
Sergei Zharinov
d5ddfe0fea
refactor(versioning): Remove deprecated functions for generic versioning creation ( #13481 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-14 09:33:49 +00:00
Alexy Mantha
9b1e3186a8
feat(github): Add autodiscovery support for Github App ( #13406 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-14 09:55:21 +01:00
Sergei Zharinov
68dfc27f39
fix(maven): Correct order for versions with different length ( #13552 )
2022-01-14 06:32:55 +00:00
Jamie Magee
fe72cd75c6
fix: log warning for managers which don't support replacements ( #13276 )
...
Co-authored-by: Anne Stellingwerf <astellin@opentext.com>
2022-01-14 06:13:39 +00:00
Sergei Zharinov
8112381e52
test(maven): Integrate unit tests from Maven ( #13551 )
2022-01-14 05:39:55 +00:00
Sergei Zharinov
4762d97faf
test(maven): Isolated tests for non-standard versioning behavior ( #13542 )
2022-01-13 17:04:27 +01:00
Sergei Zharinov
64127779fc
fix(gradle): Resolve vars in plugin versions ( #13541 )
2022-01-13 15:22:28 +01:00
RahulGautamSingh
24591075d1
refactor(pep440): ensure strict null check ( #13409 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-13 12:23:04 +01:00
Maksim
574196a384
feat(migrations): split ( #13499 )
2022-01-13 08:50:20 +00:00
Sergei Zharinov
1b65125ad6
refactor(util/range): Extract range generator util ( #13532 )
2022-01-13 08:20:37 +01:00
renovate[bot]
b0acc97579
build(deps): update dependency parse-link-header to v2 [security] ( #13412 )
2022-01-13 06:45:50 +01:00
Michael Kriese
9d61bd9678
refactor: strong type http headers ( #13520 )
2022-01-12 22:08:09 +01:00
Sergei Zharinov
9a2e37f5bd
fix(http/github): Preserve search params for paginated requests ( #13506 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-12 11:31:36 +00:00
HonkingGoose
c56eca65eb
docs: deprecate deepExtract ( #13487 )
2022-01-12 11:04:14 +01:00
Sergei Zharinov
ac9b270a82
refactor(util): Refactor strict null check list ( #13507 )
...
* refactor(util): Refactor strict null check list
* Fix
2022-01-12 08:28:26 +01:00
Michael Kriese
d984ea8bc0
feat(preset): add @renovate/pep440
replacement ( #13493 )
2022-01-11 14:55:08 +00:00
Sergei Zharinov
1d2c9d8e70
refactor(util/lazy): Strict null check ( #13455 )
...
* refactor(util/lazy): Strict null check
* Reimplement without `never` type cast
* Revert tsconfig.json
* Fix
2022-01-11 08:36:26 +01:00
Maksim
6e94385f31
refactor(migrations): validator ( #13073 )
...
* refactor(migrations): implemented migration validator
* refactor(migrations): introduce deprecated flag
* refactor(migrations): tidy
* refactor(migrations): improve validator
* refactor: fix launch.json
* refactor: fix build
* refactor: fix coverage
* refactor: fix coverage
* refactor: introduce new jest custom matcher
* refactor: revert unnecessary changes
* refactor: return override
2022-01-10 21:01:57 +00:00
Sergei Zharinov
b4e8c54716
refactor(datasource/artifactory): Enable strict null checks ( #13446 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-10 15:56:50 +00:00
Sebastian Poxhofer
1194cc711d
feat(onboarding): merge labels
and addLabels
and template onboarding labels ( #13433 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-10 09:52:42 +00:00
Sergei Zharinov
030b1a61a4
refactor(util/http): Strict null checks for http utils ( #13416 )
...
* refactor(util/http): Strict null checks for http utils
* More tests for queue.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-09 21:22:27 +00:00
Jamie Magee
e3d213e7c5
fix(aws-machine-image): lazily load ec2client ( #13437 )
2022-01-09 18:57:26 +01:00
Sergei Zharinov
f32871e496
refactor(util/http): Refresh queue implementation ( #13417 )
...
* refactor(util/http): Refresh queue implementation
* Use utils for url parsing
2022-01-07 12:44:55 +01:00
RahulGautamSingh
fdb55ae234
refactor(hex): ensure strict null check ( #13394 )
...
* added hex to strictNullCheck files
* enabled strict null check in versioning/hex
* modified npm/range
2022-01-06 22:06:35 +01:00
RahulGautamSingh
692f4b72ae
refactor: ensure strict null check node,npm ( #13404 )
...
* add strictNullCheck for versioning/npm,node
* refactor(npm): ensure strict null
* refactor(node): ensure strict null
* refactor: added variable to handle null error
* refactor: revert last commit instead use non-null assertion
2022-01-06 20:33:52 +01:00
Marina
7770888184
feat: Add 'and', 'or' and 'containsString' to handlebar helpers ( #13341 )
2022-01-06 15:24:42 +00:00
Michael Kriese
8aadfbce21
feat(datasource/pypi): override mkdocs-material
source url ( #13376 )
2022-01-06 13:52:49 +01:00
Oleg Krivtsov
3972609ab0
fix(manager/pip_requirements): handle lines with environment markers in requirements.txt ( #13403 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-06 10:47:56 +00:00
HonkingGoose
b4470ea8b4
docs(package presets): capitalize proper nouns ( #13402 )
2022-01-06 10:13:22 +00:00
Sergei Zharinov
9743f1ef7d
refactor: More strict null checks ( #13387 )
...
* refactor: More strict null checks
* Update lib/manager/terragrunt/providers.ts
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* Fix coverage
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-06 08:53:01 +00:00
HonkingGoose
c84748e5be
chore(preview presets): improve descriptions ( #13392 )
2022-01-06 09:17:55 +01:00
RahulGautamSingh
0331116550
refactor(ruby): ensure strict null check ( #13278 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-05 15:33:37 +00:00
HonkingGoose
da7092e0b3
docs: capitalize proper nouns ( #13379 )
2022-01-05 10:38:30 +00:00
marcovmun
d723d78f1c
feat(matchBaseBranches): Support regex expression ( #13322 )
2022-01-05 08:53:53 +01:00
Richard Versteeg
a3d38b1e0d
fix: Update repology multi package project filtering ( #13368 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-05 08:49:11 +01:00
Bastian
9e7c3ae074
feat(gomod): support .git repository indicators on gitlab ( #13352 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-04 20:52:35 +01:00
Bastian
32ee265ca1
feat(gitlab): support getDigest for gitlab repositories ( #13361 )
...
* feat(gitlab): support getDigest for gitlab repositories
* typehint and remove paging
* add gitlab to go.getDigest tests
* remove obsolete expectations
* add gitlab with a specific branch to go.getDigest tests
* exception handling and test for invalid/nonexisting commits
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-04 19:14:22 +00:00
Michael Kriese
2e258d81bd
feat(preset): add ZXing.Net monorepo ( #13372 )
2022-01-04 18:07:21 +00:00
renovate[bot]
b34b099899
chore(deps): update dependency eslint-plugin-jest to v25.3.2 ( #13353 )
...
* chore(deps): update dependency eslint-plugin-jest to v25.3.2
* chore: fix test lint issues
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-04 09:57:35 +00:00
Sergei Zharinov
cc76e419e9
refactor: Strict null checks ( #13342 )
2022-01-03 18:43:07 +01:00
Dan Ports
f43a40f95a
feat(preset): Add sentry-dotnet monorepo ( #13340 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-03 12:09:57 +00:00
Sergei Zharinov
f0906eb75f
refactor: Add more strict null checks ( #13332 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-01-03 08:01:31 +00:00
Sergei Zharinov
f7869e19e4
test: Refactor snapshot-only test cases ( #13324 )
2022-01-02 16:25:53 +01:00
Matt Travi
9366b0e3d1
feat(presets): added the rename of babel-eslint
to @babel/eslint-parser
( #13277 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-29 08:03:50 +00:00
RahulGautamSingh
4f65b57225
refactor: refactor static regex out of for loops ( #13065 )
2021-12-29 07:26:13 +01:00
Sergei Zharinov
ab42e5b887
test(npm): Refactor test snapshots ( #13292 )
2021-12-28 06:37:30 +00:00
Sergei Zharinov
15a120847b
test(lib/util): Refactor snapshot tests ( #13289 )
2021-12-27 11:28:10 +01:00
Sergei Zharinov
a158704049
test(manager/npm): Refactor snapshot tests ( #13269 )
2021-12-23 11:55:11 +00:00
Rhys Arkins
24185b81b0
feat: detect already updated lock file updates ( #13258 )
2021-12-23 11:54:36 +01:00
Martin Herndl
99888d6f6b
feat(composer): ignore extension and library platform requirements only ( #13154 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-12-23 08:12:14 +00:00
Michael Kriese
5e0e9ac1c2
refactor: prepare esm helper ( #13250 )
...
* refactor: prepare esm helper
* chore: fix type name
2021-12-22 17:01:28 +01:00
Michael Kriese
c8f88cc421
chore: delete obsolete file ( #13242 )
2021-12-22 15:21:03 +01:00
Michael Kriese
038969bc86
refactor: fix more esm imports ( #13246 )
2021-12-22 15:19:53 +01:00
Michael Kriese
6c953ead4e
refactor: wrong function calls ( #13245 )
2021-12-22 14:20:58 +01:00
Michael Kriese
11dd27f8b3
refactor: fix type import ( #13241 )
2021-12-22 13:19:06 +00:00
HonkingGoose
3bb3543911
docs(fetchReleaseNotes): improve description ( #13235 )
2021-12-22 14:03:09 +01:00
Michael Kriese
c5d50f6da3
refactor: more esm imports ( #13233 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-22 11:28:20 +00:00
HonkingGoose
b72805a5fb
docs: improve groupSlug config option description ( #13236 )
2021-12-22 12:10:51 +01:00
Martin Herndl
ef304bdd94
fix(config/preset): correctly parse local Bitbucket user repo ( #13234 )
2021-12-22 11:55:34 +01:00
Michael Kriese
2b24a98359
refactor: update imports for esm ( #13230 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-22 08:37:47 +00:00
Michael Kriese
aa58814dcd
fix: wrong import ( #13229 )
2021-12-22 08:43:39 +01:00
Oleg Krivtsov
dad3863e8a
fix(config): detect missing RENOVATE_CONFIG_FILE ( #13196 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-22 08:38:49 +01:00
Oleg Krivtsov
7d60807039
Fix issue ( #13225 )
2021-12-22 06:10:24 +00:00
Rhys Arkins
01b79c8433
chore: log when no updateLockedDependency
2021-12-21 21:39:21 +01:00
Rhys Arkins
347d7dc51f
fix: move rebaseWhen=never check earlier ( #13218 )
2021-12-21 20:23:08 +00:00
Rhys Arkins
0606cc82f9
fix: no warn for unexpected yarn lock entry
2021-12-21 20:50:21 +01:00
Rhys Arkins
93597723ce
fix: better yarn.lock regex
2021-12-21 18:58:51 +01:00
RahulGautamSingh
de5c4b8702
refactor(semver): ensure strict null check ( #13161 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-21 16:58:50 +00:00
Rhys Arkins
87dc1d0fe3
fix: check for matchResult
2021-12-21 16:12:09 +01:00
Matt Palmer
3cdfd7a20a
fix(manager/gomod): GitLab Private Authentication ( #13216 )
2021-12-21 13:09:49 +00:00
Rhys Arkins
f20a9de60d
feat(yarn): updateLockedDependency for yarn v1 ( #13212 )
2021-12-21 13:46:44 +01:00
Oleg Krivtsov
9b2c4b5af2
test: error 502 is handled correctly in GitHub graphql ( #13167 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-21 08:16:41 +00:00
Matt Travi
691bd72ac0
fix(joi-to-hapi-joi-replacement): narrowed the range to prevent downgrading newer versions ( #13205 )
2021-12-20 18:34:50 +01:00
Rhys Arkins
9bf5ba7b56
chore: log docker exec image
2021-12-20 09:28:39 +01:00
Matt Travi
7fb7b7a543
feat(hapi-replacements): added replacements for hapi and joi ( #13135 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-20 08:25:10 +00:00
Rhys Arkins
1e1c7512e3
fix(npm): don't coerce npm constraint if already an exact version ( #13202 )
2021-12-20 08:48:05 +01:00
Sergei Zharinov
df1d8b8302
feat(preset): Define emojibase monorepo preset ( #13201 )
2021-12-20 07:49:10 +01:00
Rhys Arkins
75b1d8fbc6
feat(npm): efficient update-lockfile branch reuse ( #13198 )
2021-12-20 05:30:24 +00:00
Sergei Zharinov
3b91162eca
chore(deps): Switch to renamed parser library ( #13195 )
2021-12-19 14:05:31 +01:00
Rhys Arkins
25d3d626c9
refactor: simplify lockfile-update logic ( #13191 )
2021-12-19 11:29:46 +01:00
Martin Herndl
c5852e7ea5
feat(composer): support minor version on best-effort composer constraint extraction ( #13187 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-18 21:06:36 +00:00
Martin Herndl
67eb76d406
feat(composer): support composer platform package constraint ( #13186 )
2021-12-18 21:55:13 +01:00
Rhys Arkins
1f1c86a4f7
feat(npm): check if branch already updated ( #13185 )
2021-12-18 17:09:49 +01:00
Rhys Arkins
b84ce2ad55
refactor(npm): updateLockedDependency result ( #13182 )
2021-12-18 15:39:55 +00:00
Michael Kriese
1e1bea200a
fix: use @sindresorhus/is
instead of is
( #13183 )
2021-12-18 14:50:51 +00:00
Matt Palmer
af817f9e80
fix(go): Mimic Go logic for GOPRIVATE
parsing ( #13166 )
...
Ensure that the parsing of `GOPRIVATE`/`GONOPROXY` matches the behaviour of Go itself.
The documentation for these values state it matches the logic of `path.Match`, however in reality it's actually a prefix based match.
Updating the regex to allow for either an exact match, or a match where the configured value is a prefix of the package, when a `/` is added.
Additionally, strip any trailing `/`'s from the configured value, as this matches the logic that Go takes when matching.
Fixes #13138
2021-12-17 13:47:45 +01:00
Sebastian Poxhofer
5eea19b5be
feat(autodiscover): reverts autodiscoverfilter as array ( #13169 )
...
This reverts commit a0a770338f
.
2021-12-17 13:44:40 +01:00
Rhys Arkins
9f10223ce5
fix(gitub): log fork failure sha and url
2021-12-17 12:37:48 +01:00
RahulGautamSingh
453c249e46
fix(regex): add option to disable caching regex ( #13068 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-17 09:43:33 +01:00
Ankit Soneji
45ee7643cc
feat(datasource/pod): Add GitHub enterprise support for pods ( #12818 )
2021-12-17 07:51:51 +00:00
Rhys Arkins
7b91912680
chore: revert git timeout change
2021-12-16 16:53:56 +01:00
Danilo Pianini
feb3f950a5
feat(managers/gradle): add support for plugin short syntax in gradle TOML catalogs ( #13147 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-16 15:39:40 +00:00
Sebastian Poxhofer
a0a770338f
feat(autodiscover): allow array for autodiscoverfilter ( #13100 )
2021-12-16 15:12:35 +00:00
renovate[bot]
971ef920a6
chore(deps): update dependency ts-jest to v27.1.1 ( #13114 )
2021-12-16 14:51:28 +01:00
Sergei Zharinov
8d1ac78504
test(workers/pr): Explicit snapshots for release notes ( #13145 )
2021-12-16 14:14:19 +01:00
Muhammad Rehan Saeed
0bf92c54d6
feat(github actions): discover workflow files in subfolders ( #13143 )
2021-12-16 14:01:12 +01:00
Rhys Arkins
6a027d28eb
fix(config): add package rule to preserveSemverRanges ( #13137 )
2021-12-16 14:00:40 +01:00
Sergei Zharinov
992d3f6dc3
test(util/git): Use global timeout setting ( #13141 )
2021-12-16 13:52:49 +01:00
Oleg Krivtsov
ab3dc4e6b3
test(manager/gradle-wrapper): fix snapshot regression in gradle-wrapper ( #13144 )
2021-12-16 13:49:48 +01:00
Oleg Krivtsov
395cab2398
test(manager/gradle-wrapper): migrate to fs.readLocalFile ( #13123 )
2021-12-16 06:28:41 +01:00
Mr Talbot
3ac95a2393
fix: issue where helm index.yaml cannot be read ( #13127 )
...
* Fix issue where helm index.yaml cannot be read
The result of this function call is destructured here: d0d482155d/lib/datasource/helm/index.ts (L65)
If the return value is undefiend this causes an error, an empty object satisfies the RepoSource interface and can also be destructured without issue.
* update tests to match helm findSourceUrl behaviour
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-15 16:53:44 +00:00
Sergei Zharinov
d0d482155d
fix(util/emoji): Update emoji-related deps ( #13122 )
...
* chore(util/emoji): Update emoji-related deps
* Remove unused dep
* Fix
2021-12-15 12:49:25 +01:00
Oleg Krivtsov
83b87c0347
test(manager/gomod): migrate to fs.readLocalFile ( #13099 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-15 10:50:09 +00:00
Rhys Arkins
737329246c
refactor(npm): update locked dep file structure ( #13103 )
2021-12-14 18:43:50 +01:00
Rhys Arkins
3fabb3b50b
refactor(helm): repository -> helmRepository ( #13109 )
2021-12-14 18:43:18 +01:00
Jack Pierce
c2f713d769
feat(buildkite): support git-hosted plugins ( #13042 )
2021-12-14 08:14:13 +01:00
Michael Kriese
91a3a971bb
fix(config/presets): wrong node.js
group ( #13096 )
2021-12-14 08:13:11 +01:00
Oleg Krivtsov
3aa9b67861
test(manager/cocoapods): migrate to fs.readLocalFile ( #13084 )
...
* Implement cocoapods
* Fix lint
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-14 06:31:59 +00:00
Michael Kriese
b81e380c62
feat(datasource/helm): handle github source directoy ( #13058 )
2021-12-14 05:45:26 +00:00
Peter Valdemar Mørch
c7a7ffbeed
feat(config): allow exporting async config ( #13075 )
...
* feat(config): allow exporting async config (#13035 )
module.exports can now be a function and it can be/return a Promise,
allowing the results of asynchronous operations to be used in the
configuration.
The discussion leading up to this PR in #13035 assumed that
module.exports had to be a plain object.
But this commit:
commit 9aa97af5b3
Author: Nejc Habjan <hab.nejc@gmail.com>
Date: Thu Dec 9 13:45:48 2021 +0100
feat(config)!: parse JSON5/YAML self-hosted admin config (#12644 )
Adds support for alternative admin config file formats.
BREAKING CHANGE: Renovate will now fail if RENOVATE_CONFIG_FILE is specified without a file extension
Had as an undocumented side effect, that it also handled transparenty
if module.exports was assigned a Promise. With that commit, the
promise will be await-ed so the resolved value is returned from
getConfig(). That was not the case before that commit.
So in this commit, configs that export functions are handled, and
test cases for both promises and functions have been added.
* Update lib/workers/global/config/parse/__fixtures__/fileAsyncFunction.js
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/workers/global/config/parse/__fixtures__/fileFunctionPromise.js
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* feat(config): Fixed linter problems (#13035 )
* feat(config)!: Add doc for JSON5/YAML self-hosted admin config (#12644 )
The code was introduced in 9aa97af5b
and here is the documentation to
go with it
* feat(config): Document config.js exports (#13035 )
* feat(config): Rename file*.js to config*.js because they really are config (#13035 )
* Update docs/usage/getting-started/running.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update docs/usage/getting-started/running.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-13 21:51:36 +00:00
HonkingGoose
f7d76bb2e9
chore: sort keys replacement presets ( #13090 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-13 20:31:25 +00:00
Sergey Vedmak
eca5de1955
fix: Deduplicate release notes ( #13088 )
2021-12-13 15:13:55 +00:00
Sergei Zharinov
b762656b7f
test(workers/branch): Explicit conditions for snapshots ( #13085 )
2021-12-13 12:09:06 +00:00
HonkingGoose
6d956a3c1d
feat(config): add google guava to monorepo list ( #13080 )
2021-12-13 11:54:52 +01:00
Oleg Krivtsov
93e088fb85
test(manager/cargo): migrate to fs.readLocalFile ( #13063 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-13 09:46:55 +00:00
Sergei Zharinov
a02f3901f4
test(workers/branch): Refactor snapshots ( #13079 )
2021-12-13 09:55:26 +01:00
Oleg Krivtsov
b14e9fa8de
fix(workers/pr): wrong links to changelog when master branch doesn't exist ( #12937 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-12 09:53:08 +00:00
Oleg Krivtsov
4ea9ed2b5e
feat(config/presets): handle slash in packageTag ( #13028 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-12 09:23:17 +00:00
Michael Kriese
c96637b5ba
refactor(versioning/nuget): simplify by using class ( #13059 )
2021-12-11 17:16:56 +00:00
Maksim
a4249f9afe
refactor(migrations): extend abstract migration ( #12963 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-11 13:56:51 +00:00
Michael Kriese
c7dbbd8620
fix(versioning/nuget): correctly compare semver v2 versions ( #13056 )
2021-12-11 14:37:00 +01:00
Sergei Zharinov
61c57a1321
test(workers): Explicit snapshot tests for generateBranchConfig ( #13049 )
2021-12-10 14:21:40 +00:00
Sergei Zharinov
995df4d9a7
refactor(util/exec): Fix strict null errors ( #12909 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-10 15:07:02 +01:00
Rhys Arkins
a86eceb7d4
fix: default empty string for replace
2021-12-10 13:55:13 +01:00
Martijn Hoekstra
bdbcd61f8b
fix(manager/sbt): support more seq constructors ( #12541 )
2021-12-10 11:07:03 +00:00
Rhys Arkins
a9d334874a
feat: binarySource=install ( #12961 )
2021-12-10 10:56:00 +00:00
Sebastian Poxhofer
e8645bf3c9
refactor(regex): cleanup up index.ts and move matchStringStrategy to enum ( #12525 )
2021-12-10 10:45:08 +00:00
Rhys Arkins
eeedadede7
fix: don't semver filter git-refs and git-tags ( #13043 )
...
Closes #13034
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-10 09:12:21 +00:00
Rhys Arkins
bcea3254ad
fix: check if currentValue is a string ( #13044 )
2021-12-10 09:49:58 +01:00
Oleg Krivtsov
7e873cacf0
feat(config/presets): fetchJSONFile handle branchOrTag in Bitbucket Server ( #13005 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-10 07:17:10 +00:00
Michael Kriese
e4c938b7a5
docs: release as asset ( #11429 )
...
* docs: prepare release as asset
* chore: cleanup
* fix: wrong extension
* fix: wrong logger
* fix: wrong path
* chore: clean and create tmp
* chore: fix types
* fix: update generation
* Update .github/workflows/build.yml
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update lib/datasource/types.ts
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2021-12-09 21:12:49 +01:00
Oleg Krivtsov
ec6077d343
feat(preset)!: decrease prConcurrentLimit to 10 ( #12892 )
...
BREAKING CHANGE: Configurations extending config:base will now default to maximum 10 concurrent PRs instead of 20.
2021-12-09 13:46:27 +01:00
Nejc Habjan
9aa97af5b3
feat(config)!: parse JSON5/YAML self-hosted admin config ( #12644 )
...
Adds support for alternative admin config file formats.
BREAKING CHANGE: Renovate will now fail if RENOVATE_CONFIG_FILE is specified without a file extension
2021-12-09 13:45:48 +01:00
Michael Kriese
7c4a71b679
feat!: remove node v12 and node v15 support ( #12658 )
...
BREAKING CHANGE: remove node v12 and v15 support
2021-12-09 13:44:42 +01:00
Oleg Sigida
12f467af92
chore: improve logging for stale branch rebase ( #13009 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-08 14:36:09 +00:00
Rhys Arkins
052e92ea34
fix(terraform): externalhosterror for 503 ( #12760 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-12-08 15:12:55 +01:00
Sebastian Poxhofer
65ed85a652
feat(presets): group kubernetes dependencies ( #13007 )
2021-12-08 13:21:04 +00:00
Ana Krivokapić
59026c262e
feat(config): Make ignore comments configurable ( #12917 )
2021-12-08 14:11:20 +01:00
Sebastian Poxhofer
b7b0d0441f
feat(presets): add opentelemetry-go monorepo ( #13008 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-08 12:21:37 +00:00