Commit graph

7069 commits

Author SHA1 Message Date
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