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

11 commits

Author SHA1 Message Date
Sebastian Poxhofer
d74ba704fd
refactor: use yaml instead of js-yaml for parsing YAML files () 2024-09-16 18:03:23 +00:00
Michael Kriese
6c2263eeb3
chore: fix types for linting () 2024-01-17 11:30:45 +00:00
Sebastian Poxhofer
3c33a26441
refactor(util/yaml): rename load and loadAll to parseSingleYaml and parseYaml () 2023-12-01 20:13:01 +00:00
Sebastian Poxhofer
f42d0583d5
refactor(utils/yaml): centralize YAML parsing to allow central templating handling () 2023-12-01 11:58:43 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
Michael Kriese
497d4c131f
fix(manager): unify logging ()
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-25 16:53:05 +00:00
Ryo Matsukawa
0417c111ac
refactor: Merged multiple skipReasons into unspecified-version. () 2023-05-25 05:48:11 +00:00
Rhys Arkins
3cef2f2e4f
refactor: PackageFile -> PackageFileContent () 2023-02-19 12:43:48 +00:00
Jamie Magee
1c30a3d8cc
refactor(manager/jenkins): correct type-check for version () 2022-07-03 20:48:53 +02:00
Michael Kriese
da6ba6435f
refactor(manager): strict null checks ()
* refactor: strict null checks for util

* chore: fix type

* Update tsconfig.strict.json

* Update lib/util/package-rules.ts

* Update lib/util/package-rules.ts

* chore: fix test and coverage

* chore: fix package rules

* refactor(manager): strict null checks

* chore: revert config changes
2022-04-17 14:34:26 +02: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/manager/jenkins/extract.ts (Browse further)