Commit graph

11934 commits

Author SHA1 Message Date
Maron
0b6b43ab80
fix(lookup): avoid unstable versions when rolling back (#15821) 2022-06-03 10:32:40 +00:00
Sergei Zharinov
2e957baed9
feat(github): long-term datasource caching (#15653) 2022-06-03 11:27:26 +02:00
Rhys Arkins
f5b8f08906
feat: additionalRegistryUrls (#15868) 2022-06-03 06:46:45 +00:00
Kevin Ennis
c4bd2b27f0
fix(manager:npm): Allow Github URLs with uppercase letters (#15863) 2022-06-03 05:58:33 +00:00
Rhys Arkins
cf6885f71a
fix(config): move endpoint, platform to GlobalConfig (#15864)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-03 06:43:58 +02:00
Rhys Arkins
000598cfa3 refactor: Revert "refactor: add option endpoint to global config (#15843)" 2022-06-02 21:20:34 +02:00
HonkingGoose
5f21c63ba5
docs: replace word therefore, plus other small changes (#15694) 2022-06-02 16:58:52 +02:00
HonkingGoose
c09b39e14c
docs(regex manager): one sentence per line (#15845) 2022-06-02 16:52:33 +02:00
Sergei Zharinov
82da704955
refactor: Strict null checks for extract-related functions (#15806)
* refactor: Strict null checks for extract-related functions

* Fix

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-02 14:25:20 +00:00
RahulGautamSingh
bd6e42236c
refactor: add option endpoint to global config (#15843) 2022-06-02 14:46:22 +02:00
Sergei Zharinov
5495ab6394
refactor: Enable strict null checks for lookup-related functionality (#15848) 2022-06-02 13:56:14 +02:00
HonkingGoose
82295805af
docs(configuration options): rewrite regexManagers (#15844) 2022-06-02 12:22:01 +02:00
HonkingGoose
6257604ec8
docs(self-hosted configuration): rewrite sections (#15824) 2022-06-02 07:35:22 +02:00
Rhys Arkins
b201029842
docs(behavior): bug reports (#15832) 2022-06-02 07:34:18 +02:00
HonkingGoose
eee6031ae5
docs(readme): highlight good first issues (#15834) 2022-06-02 07:32:43 +02:00
renovate[bot]
9aaac8ed92
build(deps): update dependency @jamiemagee/osv-offline to v1.2.7 (#15841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 23:11:21 +00:00
renovate[bot]
e923e9a120
build(deps): update dependency got to v11.8.5 (#15836)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 19:19:32 +00:00
renovate[bot]
30bc47d3f9
chore(deps): update github/codeql-action action to v2.1.12 (#15837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 19:06:18 +00:00
renovate[bot]
4fe896ec03
chore(deps): update dependency @ls-lint/ls-lint to v1.11.1 (#15829)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-01 12:58:33 +00:00
HonkingGoose
703879b137
docs(configuration options): remove duplicate line (#15823)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-01 11:56:56 +00:00
HonkingGoose
8e540f051a
docs(best practices): add new unit testing rules (#15799) 2022-06-01 11:33:35 +02:00
Maron
18b3c14ac3
fix(terraform): extend module provider git url parsing (#15773) 2022-06-01 07:20:41 +00:00
Romain Barissat
3d9316f9d9
docs: typo fix in use cases (#15817) 2022-06-01 05:19:14 +00:00
Piotr Wielgołaski
5a4b7eead1
feat(maven): Parse maven dependency.optional into depType (#15775) 2022-05-31 14:23:47 +00:00
Sergei Zharinov
eab31ffa96
refactor(cache): Enable strict null checks (#15804)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-31 13:52:28 +00:00
Sergei Zharinov
4a3eec7371
refactor(changelog): Relocate in-range release fetching (#15798)
* refactor(changelog): Move in-range release fetching

* Update lib/workers/repository/update/pr/changelog/index.ts
2022-05-31 15:39:12 +02:00
Gabriel-Ladzaretti
c92f052239
feat(core/automerge): Allow a separate schedule for automerge (#15680)
* feat(core/automerge): Allow a separate schedule for automerge

 - init commit

* feat(core/automerge): Allow a separate schedule for automerge

 - lint ci fix

* feat(core/automerge): Allow a separate schedule for automerge

 - added docs entry

* feat(core/automerge): Allow a separate schedule for automerge

 - added test coverage

* feat(core/automerge): Allow a separate schedule for automerge

 - config-description.ts reorder methods

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* feat(core/automerge): Allow a separate schedule for automerge

 - cr changes
 - revert schedule.spec.ts changes
 - reset mocks in automerge.spec.ts

* feat(core/automerge): Allow a separate schedule for automerge

 - cr changes

* feat(core/automerge): Allow a separate schedule for automerge

 - cr changes

* Apply suggestions from code review

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* feat(core/automerge): Allow a separate schedule for automerge

 - cr changes

* feat(core/automerge): Allow a separate schedule for automerge

 - cr changes log update

* feat(core/automerge): Allow a separate schedule for automerge

 - cr changes

* Apply suggestions from code review

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* feat(core/automerge): Allow a separate schedule for automerge

 - prettier fix and test update

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-05-31 07:13:05 +02:00
Gabriel-Ladzaretti
2cec5c06f4
feat(preset): Replacement preset for Material-UI to MUI (#15774) 2022-05-31 04:48:02 +00:00
RahulGautamSingh
56170df9ae
refactor: move updateInternalDeps to worker logic (#15790) 2022-05-31 03:53:25 +00:00
Guy Bar-Gil
6a24c24d3f
docs: update readme.md to display number of Docker pulls (#15785) 2022-05-31 05:02:50 +02:00
renovate[bot]
0e8f947599
chore(deps): update linters to v5.26.0 (#15793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-30 18:28:10 +00:00
Maron
db938c67cb
fix(composer): problem with locked versions without patch part (#15783) 2022-05-30 17:47:55 +00:00
HonkingGoose
8502c14057
chore: update Codespaces config for default shell (#15786) 2022-05-30 12:00:17 +02:00
Rhys Arkins
22832dc21d fix: update screenshots 2022-05-30 07:13:41 +02:00
renovate[bot]
084d84eb32
chore(deps): update dependency diff to v5.1.0 (#15779)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-30 03:14:09 +00:00
StinkyLord
13d0255d8d
fix(manager/go): fix replace block regex (#15547) 2022-05-29 19:11:12 +02:00
Jamie Magee
0cb19fa997
refactor(decorator): extract general purpose decorator methods (#15772) 2022-05-29 01:07:30 +02:00
renovate[bot]
aa32dea91f
chore(deps): update dependency ts-node to v10.8.0 (#15771)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-28 19:37:19 +00:00
Gabriel-Ladzaretti
50d9dedc6e
feat: branchPrefixOld (#15591) 2022-05-28 11:53:34 +00:00
Michael Kriese
ed5ae892e3
ci: skip java tests (#15768) 2022-05-28 10:06:15 +00:00
Rhys Arkins
4b0102f08b
fix(gomod): default to not massaging replace statements (#15767) 2022-05-28 10:19:36 +02:00
Joshua Tang
99c4d1b020
feat(fvm): update to use flutter version datasource (#15765) 2022-05-28 05:41:35 +00:00
Gabriel-Ladzaretti
298ca9988c
refactor(onboarding): warning when onboarding pr cant be found (#15724) 2022-05-28 07:26:55 +02:00
scemily13
e563e22e2b
fix(pep440): Handle widening ranges with '~=' operator (#15704) 2022-05-28 06:39:21 +02:00
renovate[bot]
006b025279
chore(deps): update dependency eslint to v8.16.0 (#15761)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-28 01:09:47 +00:00
Michael Kriese
3ee32bce6c
fix: Revert "fix: move update internal deps to worker logic" (#15756) 2022-05-27 16:44:58 +02:00
RahulGautamSingh
9e7659f754
fix: move update internal deps to worker logic (#15745) 2022-05-27 09:22:56 +02:00
Gabriel-Ladzaretti
2a558030db
refactor(repository/update): remove unneeded type check (#15722) 2022-05-26 20:11:17 +02:00
HonkingGoose
805988ecc3
docs(datasources): rewrite intro (#15725) 2022-05-26 08:02:34 +02:00
HonkingGoose
88c99bf1f3
docs(docker): explain how to get Renovate to fetch release notes (#15726) 2022-05-26 07:49:32 +02:00