- Jun 12, 2023
-
-
HonkingGoose authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jun 05, 2023
-
-
RahulGautamSingh authored
-
- May 18, 2023
-
-
Sergei Zharinov authored
-
- Apr 12, 2023
-
-
Michael Kriese authored
-
- Apr 10, 2023
-
-
Adam Setch authored
-
- Mar 10, 2023
-
-
Rhys Arkins authored
Adds new config option `internalChecksAsSuccess`, defaulting to `false`. Closes #7800 BREAKING CHANGE: Internal checks such as `renovate/stability-days` will no longer count as passing/green, meaning that actions such as `automerge` won't occur if the only checks are Renovate internal ones. Set `internalChecksAsSuccess=true` to restore existing behavior.
-
- Feb 25, 2023
-
-
RahulGautamSingh authored
-
- Feb 15, 2023
-
- Jan 25, 2023
-
-
Michael Kriese authored
Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 24, 2023
-
-
Michael Kriese authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jan 18, 2023
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Nov 20, 2022
-
- Nov 15, 2022
-
-
Jamie Magee authored
-
- Nov 14, 2022
-
-
RahulGautamSingh authored
-
- Nov 07, 2022
-
-
RahulGautamSingh authored
-
- Nov 01, 2022
-
-
RahulGautamSingh authored
-
Michael Kriese authored
Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- Aug 23, 2022
-
- Aug 22, 2022
-
-
Sergei Zharinov authored
Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Aug 16, 2022
-
-
Michael Kriese authored
-
- Aug 04, 2022
-
-
Michael Kriese authored
-
- Aug 02, 2022
-
-
Michael Kriese authored
* feat(platform/gitea): support native automerge * Update lib/modules/platform/gitea/index.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/modules/platform/gitea/index.ts Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * Update lib/modules/platform/gitea/index.spec.ts Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
Michael Kriese authored
* feat(platform/gitea): support draft PR * docs: update support state * Update docs/usage/configuration-options.md Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
-
- Jul 30, 2022
-
-
Sergei Zharinov authored
* fix(ci): Restrict template expressions * Fix * Fix * Fix
-
- Jul 29, 2022
-
-
Michael Kriese authored
* feat(platform/gitea): support `automergeStrategy` * chore: revert change * Update docs/usage/configuration-options.md * Update docs/usage/configuration-options.md
-
- Jul 27, 2022
-
-
Przemysław Romanik authored
* Gitea account must have full name set for Git identity * Update lib/modules/platform/gitea/index.md Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * Update index.md Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- Jul 26, 2022
-
-
Michael Kriese authored
* refactor: fix lint issues * Update lib/renovate.ts * chore: revert toplevel await for ts
-
- Jul 15, 2022
-
-
RahulGautamSingh authored
* rename * rename to isBranchBehindBase Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- Jun 21, 2022
-
-
Michael Kriese authored
* refactor: enable strict checks * chore: revert changes * chore: fix tsconfig
-
- Jun 09, 2022
-
-
Dominic Seitz authored
* feat: Support gitUrl on gitea platform * refactor: use query token instead of auth header * refactor: debug message style * refactor: use url property query * refactor: use basic http auth for gitea * test: add gitea tests for gitUrl property * refactor: capitalising abbreviations Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> * refactor: move getRepoUrl to utils * fix: add missing property ssh_url to fix linting * fix: utils strict mode issues * Merge branch 'main' into main * refactor: use endpoint without api path slicing * refactor: use different null check * refactor: make urls optional Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * test: prettier fix * test: update test * refactor: throw error if clone_url is missing * test: refactor empty clone_url test * refactor: change empty clone_url logic * refactor: change imports Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * test: add token tests * refactor: replace deprecated url module * refactor: add null checks * test: add tests for null checks * test: use host rule implementation instead of mock * refactor: remove explicit typing Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * test: update mocking Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * test: change dynamic imports * Update lib/modules/platform/gitea/utils.ts Co-authored-by:
HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> Co-authored-by:
Rhys Arkins <rhys@arkins.net>
-
- May 24, 2022
-
-
Dominic Seitz authored
* refactor: use gitea env variable endpoint without api path appendix * refactor: use regex for api path trimming * refacotr: move api path constant to gitea-helper * refactor: consider end of string for api path trimming * refactor: use baseUrl in gitea helper tests * test: use toEqual instead of snapshot test * refactor: update gitea default endpoint * test: update gitea base url * test: update init platform test Co-authored-by:
Michael Kriese <michael.kriese@visualon.de> * test: fix linting Co-authored-by:
Rhys Arkins <rhys@arkins.net> Co-authored-by:
Michael Kriese <michael.kriese@visualon.de>
-
- May 09, 2022
-
- Apr 29, 2022
-
- Apr 24, 2022
-
-
Michael Kriese authored
* refactor(config): strict null checks * chore: fix test
-
- Apr 22, 2022
-
-
Michael Kriese authored
-
- Apr 12, 2022
-
-
Michael Kriese authored
-
Michael Kriese authored
- Apr 10, 2022
-
-
HonkingGoose authored
-
- Mar 04, 2022
-
-
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
-