0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-11 21:59:05 +00:00
Commit graph

27 commits

Author SHA1 Message Date
Steven Davidovitz
ffa4333a38
fix(circleci): parsing of inline orb definitions () 2024-12-14 17:55:06 +00:00
Eugene Vilensky
914ab95cb0
feat(managers/circleci): add registryAliases support to circleci manager ()
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-09 07:41:12 +00:00
Risu
397ab49ef3
docs(managers): add missing url and displayName ()
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-01 08:47:27 +00:00
Sebastian Poxhofer
b667a4b8a3
test(manager/circleci): remove snapshots and empty matchObjects tests () 2024-08-05 10:11:22 +00:00
Sebastian Poxhofer
269a4dd125
fix(manager/circleci): extract executors of CircleCi files again () 2024-08-02 13:48:53 +00:00
Shingo Sato
7272dd2d75
fix(manager/circleci): optional jobs parameter () 2024-07-19 15:46:44 +00:00
Sebastian Poxhofer
8d166a3f71
refactor(manager/circleci): replace regex system with YAML parsing () 2024-07-12 18:27:46 +00:00
Michael Kriese
0dd364a814
docs: fix versioning links () 2024-04-11 13:23:20 +00:00
Mathieu Kniewallner
d2f4a1cd37
feat(circleci): target all YAML files in .circleci directory () 2024-03-08 17:56:01 +00:00
y-yagi
66db519d37
fix(circleci): correctly get a Orb name when a line has an inline comment () 2024-03-06 06:04:26 +00:00
Michael Kriese
4b7a5e7b62
docs: use relative links () 2023-11-29 18:10:17 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas () 2023-11-07 15:50:29 +00:00
Sebastian Poxhofer
19259a0383 feat!: categories ()
Closes 

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

BREAKING CHANGE: languages are now called categories instead
2023-07-04 19:21:52 +02: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
Sergei Zharinov
f5dc5ebcb4
fix: Match both yaml and yml in all managers () 2023-05-24 19:48:01 +00:00
Rhys Arkins
016e647390
feat(config)!: default to rangeStrategy=auto, prefer update-lockfile ()
Changes `rangeStrategy` default value from `'replace'` to `'auto'`. Also changes `auto` behavior so that `update-lockfile` is preferred if the manager
supports the `updateLockedDependency()` function.

Closes 

BREAKING CHANGE: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
2023-03-10 09:25:45 +01:00
Rhys Arkins
3cef2f2e4f
refactor: PackageFile -> PackageFileContent () 2023-02-19 12:43:48 +00:00
renovate[bot]
7935a7b8ed
chore(deps): lock file maintenance ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-10 21:47:23 -07:00
Michael Kriese
0316a5e62d
test: use jest v29 () 2022-08-16 14:22:29 +02:00
IKEDA Sho
c8ca4267ef
fix(manager): correctly escape the dot character in fileMatch () 2022-08-08 17:20:16 +02:00
IKEDA Sho
1558c9be61
docs(manager/circleci): Set displayName and url () 2022-08-03 06:11:56 +02:00
Michael Kriese
b4319928f1
refactor: strict manager tests ()
* refactor: strict manager tests

* chore: revert changes

* Update lib/modules/manager/gradle/extract.spec.ts
2022-06-20 17:05:39 +02:00
HonkingGoose
bb44a4bf83
docs(circleci): explain private orbs hostRules () 2022-06-10 07:00:51 +02:00
Gabriel-Ladzaretti
a73942ca9d
fix(circleci): add android to machine image skipping () 2022-06-04 07:53:24 +00:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules () 2022-04-12 14:49:49 +00: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