Commit graph

11594 commits

Author SHA1 Message Date
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
renovate[bot]
06ec0d6c22
chore(deps): update dependency eslint to v8.9.0 (#14305)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-19 01:44:42 +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
renovate[bot]
7b294e8dae
chore(deps): update github/codeql-action action to v1.1.2 (#14282)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 18:35:40 +00:00
renovate[bot]
4ee6d5e6d8
build(deps): update aws-sdk-js-v3 monorepo to v3.50.0 (#14280)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 16:15:34 +00:00
renovate[bot]
7c66bb5f49
chore(deps): update github/codeql-action action to v1.1.1 (#14278)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 15:25:42 +00: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
renovate[bot]
f1b3f320ee
chore(deps): update dependency @types/node to v16.11.24 (#14274)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 12:17:26 +00:00
Sergei Zharinov
b6c374f166
refactor(datasource/bitbucket-tags): Strict null checks (#13558) 2022-02-17 10:01:01 +00:00
renovate[bot]
b156d5ca17
chore(deps): update dependency @types/node to v16.11.23 (#14272)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 09:33:53 +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
renovate[bot]
56c0a36317
chore(deps): update node.js to f7db927 (#14270)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 05:07:22 +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
Morre Meyer
beb3b7c2db
docs: remove colons from headings (#14256) 2022-02-16 17:53:31 +00: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
renovate[bot]
6b5a40de8d
chore(deps): update jest monorepo to v27.5.1 (#14237)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-15 11:28:44 +00: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
renovate[bot]
be5f3c9dbc
chore(deps): update node.js to 8f450aa (#14227)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-15 03:38:19 +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
renovate[bot]
581f069165
chore(deps): update node.js to 61618e2 (#14223)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 21:33:29 +00:00
renovate[bot]
d0ab02c643
chore(deps): update linters to v5.11.0 (#14219)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 18:41:25 +00:00
Rhys Arkins
b0d4012c45
fix(presets): set global host rules before validating presets (#14213) 2022-02-14 17:30:49 +00:00
renovate[bot]
4c7f43d66b
chore(deps): update dependency ts-node to v10.5.0 (#14216)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 16:45:56 +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
HonkingGoose
a2bf99d42c
docs: add root group requirements (#14086) 2022-02-14 09:50:37 +01:00
renovate[bot]
6550d51cef
chore(deps): lock file maintenance (#14206)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 02:31:41 +00:00
renovate[bot]
ea8aaa2d16
docs: update references to renovate/renovate to v31.81.3 (#14205)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 02:17:02 +00:00