- Dec 27, 2021
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- Dec 23, 2021
-
-
Martin Herndl authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- Dec 22, 2021
-
-
HonkingGoose authored
-
HonkingGoose authored
-
- Dec 20, 2021
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- Dec 19, 2021
-
-
HonkingGoose authored
-
Maxime Brunet authored
-
- Dec 17, 2021
-
-
Sebastian Poxhofer authored
This reverts commit a0a77033.
-
- Dec 16, 2021
-
-
Sebastian Poxhofer authored
-
HonkingGoose authored
-
- Dec 15, 2021
-
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- Dec 13, 2021
-
-
Peter Valdemar Mørch authored
* feat(config): allow exporting async config (#13035) module.exports can now be a function and it can be/return a Promise, allowing the results of asynchronous operations to be used in the configuration. The discussion leading up to this PR in #13035 assumed that module.exports had to be a plain object. But this commit: commit 9aa97af5 Author: Nejc Habjan <hab.nejc@gmail.com> Date: Thu Dec 9 13:45:48 2021 +0100 feat(config)!: parse JSON5/YAML self-hosted admin config (#12644) Adds support for alternative admin config file formats. BREAKING CHANGE: Renovate will now fail if RENOVATE_CONFIG_FILE is specified without a file extension Had as an undocumented side effect, that it also handled transparenty if module.exports was assigned a Promise. With that commit, the promise will be await-ed so the resolved value is returned from getConfig(). That was not the case before that commit. So in this commit, configs that export functions are handled, and test cases for both promises and functions have been added. * Update lib/workers/global/config/parse/__fixtures__/fileAsyncFunction.js Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/workers/global/config/parse/__fixtures__/fileFunctionPromise.js Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * feat(config): Fixed linter problems (#13035) * feat(config)!: Add doc for JSON5/YAML self-hosted admin config (#12644) The code was introduced in 9aa97af5 and here is the documentation to go with it * feat(config): Document config.js exports (#13035) * feat(config): Rename file*.js to config*.js because they really are config (#13035) * Update docs/usage/getting-started/running.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update docs/usage/getting-started/running.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
HonkingGoose authored
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- Dec 12, 2021
-
-
HonkingGoose authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
HonkingGoose authored
-
HonkingGoose authored
-
- Dec 10, 2021
-
-
Rhys Arkins authored
-
- Dec 09, 2021
-
-
Michael Kriese authored
* docs: prepare release as asset * chore: cleanup * fix: wrong extension * fix: wrong logger * fix: wrong path * chore: clean and create tmp * chore: fix types * fix: update generation * Update .github/workflows/build.yml Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/datasource/types.ts Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
HonkingGoose authored
-
Oleg Krivtsov authored
BREAKING CHANGE: Configurations extending config:base will now default to maximum 10 concurrent PRs instead of 20.
-
Nejc Habjan authored
Adds support for alternative admin config file formats. BREAKING CHANGE: Renovate will now fail if RENOVATE_CONFIG_FILE is specified without a file extension
-
Michael Kriese authored
-
- Dec 08, 2021
-
-
Ana Krivokapić authored
-
- Dec 06, 2021
-
-
HonkingGoose authored
-
HonkingGoose authored
-
HonkingGoose authored
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- Dec 01, 2021
-
-
HonkingGoose authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
-
- Nov 29, 2021
-
-
HonkingGoose authored
-
- Nov 25, 2021
-
-
Oleg Krivtsov authored
* Add safeguard timeouts #2804 * Fix unit tests * Fix unit tests * Update lib/util/exec/index.ts Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Changes after code review * Fixes after merge Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Nov 24, 2021
-
- Nov 22, 2021
-
-
HonkingGoose authored
-
Mathias Brodala authored
-
renovate[bot] authored
Co-authored-by:
Renovate Bot <bot@renovateapp.com>
- Nov 21, 2021
-
-
HonkingGoose authored
-
Sander Holvoet authored
-
- Nov 18, 2021
-