- Aug 23, 2022
-
-
Michael Kriese authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jul 19, 2022
-
-
Sebastian Poxhofer authored
* fix(manager/regex): depName requirement if using the recursive strategy * chore(manager/regex): implement code suggestions * chore: replace Boolean with Is function * chore: abort if match strings are empty * refactor: do not parse regexes on each recursion and filter after all matches are processed * fixup! test name * Revert "chore: abort if match strings are empty" This reverts commit bf41a92f * refactor: extract inline function * fix: out-of-bound check * feat: allow currentDigest as valid alternative to currentValue * Update lib/modules/manager/regex/utils.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * chore: prettier Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jun 21, 2022
-
-
Michael Kriese authored
-
- Jun 16, 2022
-
-
RahulGautamSingh authored
* update WorkerExtractConfig types * update comment * move worker-extract * update CustomManager * move interface RegExManagerTemplates manager->config * fix import error * rename CustomManager -> RegExManager * fix lint error
-
- Apr 19, 2022
-
-
Michael Kriese authored
-
- Mar 04, 2022
-
-
Rhys Arkins authored
Renames `lookupName` to be `packageName`. BREAKING CHANGE: Use `packageName` instead of `lookupName` if interacting with Renovate datasources directly.
-
Rhys Arkins authored
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
-
- Dec 10, 2021
-
-
Sebastian Poxhofer authored
-