Steven Davidovitz
ffa4333a38
fix(circleci): parsing of inline orb definitions ( #31843 )
2024-12-14 17:55:06 +00:00
Eugene Vilensky
914ab95cb0
feat(managers/circleci): add registryAliases support to circleci manager ( #32945 )
...
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 ( #32621 )
...
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 ( #30565 )
2024-08-05 10:11:22 +00:00
Sebastian Poxhofer
269a4dd125
fix(manager/circleci): extract executors of CircleCi files again ( #30562 )
2024-08-02 13:48:53 +00:00
Shingo Sato
7272dd2d75
fix(manager/circleci): optional jobs parameter ( #30251 )
2024-07-19 15:46:44 +00:00
Sebastian Poxhofer
8d166a3f71
refactor(manager/circleci): replace regex system with YAML parsing ( #30142 )
2024-07-12 18:27:46 +00:00
Michael Kriese
0dd364a814
docs: fix versioning links ( #28341 )
2024-04-11 13:23:20 +00:00
Mathieu Kniewallner
d2f4a1cd37
feat(circleci): target all YAML files in .circleci
directory ( #27809 )
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 ( #27736 )
2024-03-06 06:04:26 +00:00
Michael Kriese
4b7a5e7b62
docs: use relative links ( #26044 )
2023-11-29 18:10:17 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas ( #25631 )
2023-11-07 15:50:29 +00:00
Sebastian Poxhofer
19259a0383
feat!: categories ( #16534 )
...
Closes #13953
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 ( #22398 )
...
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 ( #22416 )
2023-05-24 19:48:01 +00:00
Rhys Arkins
016e647390
feat(config)!: default to rangeStrategy=auto, prefer update-lockfile ( #19942 )
...
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 #19800
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 ( #20502 )
2023-02-19 12:43:48 +00:00
renovate[bot]
7935a7b8ed
chore(deps): lock file maintenance ( #18082 )
...
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 ( #17151 )
2022-08-16 14:22:29 +02:00
IKEDA Sho
c8ca4267ef
fix(manager): correctly escape the dot character in fileMatch ( #17048 )
2022-08-08 17:20:16 +02:00
IKEDA Sho
1558c9be61
docs(manager/circleci): Set displayName and url ( #16919 )
2022-08-03 06:11:56 +02:00
Michael Kriese
b4319928f1
refactor: strict manager tests ( #16155 )
...
* 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 ( #15939 )
2022-06-10 07:00:51 +02:00
Gabriel-Ladzaretti
a73942ca9d
fix(circleci): add android to machine image skipping ( #15792 )
2022-06-04 07:53:24 +00:00
Michael Kriese
64f5bd5f03
test: enforce lint style rules ( #15085 )
2022-04-12 14:49:49 +00:00
Rhys Arkins
143c9a6751
refactor: rename lookupName -> packageName ( #14494 )
...
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 ( #14488 )
...
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