0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-12 23:36:57 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Michael Kriese
85dd14938a
feat(datasource/go): support gitea tags () 2024-11-15 08:52:37 +00:00
Sergei Zharinov
098ad4ac6e
fix(datasource/go): Generalize submodule filtering logic () 2023-11-24 06:59:04 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
Michael Kriese
84a97a62fa
test(perf): improve test speed () 2023-09-08 11:40:04 +00:00
renovate[bot]
db2aef4553
chore(deps): update jest monorepo to v29.4.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-14 16:00:49 +00:00
Thomas
a446c2bc6d fix(go)!: Fallback to git-tags instead of github-tags ()
Changes go datasource fallback from github tags to git tags.

Closes 

BREAKING CHANGE: git-tags will be used instead of github-tags if a go package's host type is unknown.

Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-23 06:48:35 +02:00
RahulGautamSingh
93dd940574
refactor(modules/datasource): fix null-check issues ()
* fix null-check issues

* Update index.spec.ts

* apply suggestion from review

* fix coverage issue

* Update index.spec.ts

* Apply suggestions from code review

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

* Update datasource.spec.ts

* Update lib/modules/datasource/conan/index.spec.ts

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

* Update datasource.spec.ts

* fix null-check issue

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-06-20 16:24:37 +02:00
Sergei Zharinov
2e957baed9
feat(github): long-term datasource caching () 2022-06-03 11:27:26 +02:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules () 2022-04-12 14:49:49 +00:00
Michael Kriese
443bef5c52
test: cleanup snapshot tests () 2022-04-12 15:09:19 +01:00
Jeroen Schepens
242723b4a9
fix(datasource/bitbucket-tags): use paging to fetch tags () 2022-03-15 21:01:50 +01:00
Rhys Arkins
143c9a6751 refactor: rename lookupName -> packageName ()
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
dca3418bbd refactor: lib/modules ()
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
Renamed from lib/datasource/go/releases-direct.spec.ts (Browse further)