Commit graph

1039 commits

Author SHA1 Message Date
HonkingGoose
789cf38d8b
docs: use relative links for development docs (#15559)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-12 14:17:02 +02:00
HonkingGoose
82a219f3e9
docs: fix typos (#15542) 2022-05-11 09:53:15 +00:00
Sebastian
34cc43a765
feat(docker-compose): Add support for more file names (#15532) 2022-05-10 15:48:01 +00:00
HonkingGoose
8832c8820f
docs: fix broken link (#15529) 2022-05-10 11:55:22 +02:00
HonkingGoose
6a54aabd78
docs(self-hosted configuration): rewrite cacheDir section (#15508) 2022-05-09 18:28:19 +02:00
HonkingGoose
4002f1bc04
docs: create key concept page for presets (#15396) 2022-05-09 13:17:40 +02:00
renovate[bot]
8606229501
docs: update references to renovate/renovate to v32.45.5 (#15505)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-09 01:04:14 +00:00
HonkingGoose
4e11c71c69
chore: create Gitpod configuration (#12210) 2022-05-07 07:43:15 +02:00
HonkingGoose
6029c9f7f9
chore: improve minimal reproduction guide and reproduction:needed comment (#15397) 2022-05-06 10:43:31 +02:00
Rhys Arkins
e79813d32e
feat: gomodNoMassage (#15462) 2022-05-05 11:33:50 +02:00
Oscar Dominguez
e218379958
feat(presets): add support to presets ending with .json5 or .json (#15377)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-05-02 16:34:09 +02:00
renovate[bot]
64ed9d4760
docs: update references to renovate/renovate to v32.36.0 (#15392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-05-02 02:00:00 +00:00
Hasan Awad
e0053be5d6
fix(process/lookup): pinDigest update type (#14658) 2022-04-29 09:49:15 +02:00
HonkingGoose
4de0e459ce
docs: config options with type=string are always non-mergeable (#15357) 2022-04-28 13:15:43 +00:00
renovate[bot]
946a8e0e62
docs: update references to renovate/renovate to v32.32.2 (#15335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-27 13:55:45 +00:00
Parvesh Chaudhary
6ea48d19e3
feat: pruneBranchAfterAutomerge (#15126) 2022-04-23 09:48:23 +00:00
IKEDA Sho
2c087e86f7
feat(template): add lowercase Handlebars helper (#15212) 2022-04-21 09:26:24 +00:00
Rhys Arkins
5f1f104d65
fix(git): remove default gitTimeout (#15200) 2022-04-20 22:33:36 +02:00
HonkingGoose
e23b8fc3e1
docs: use term GitHub Enterprise Server (#15188) 2022-04-20 11:26:26 +01:00
Hasan Awad
dfa04b6559
fix(docs/usage): fix number typo for gitTimeout (#15171)
* Added timeout option

* Added timeout to global config

* moved gitTimeout description to self-hosed-config

* Added `gitTimeout` in global.ts

* Changed to numeric value with test

* Make seperte object for timeout

* test and set max value to a minute

* For null check

* revert

* default for null check

* Added timeout for simple git uses

* Update lib/config/validation.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* Made config into one object and changed test

* blank line for lint

* Update config.spec.ts

* prettier alignment

* lint

* lint fix

* added test and refactored

* refactored tests

* Update docs/usage/self-hosted-configuration.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* More info in docs

* Update docs/usage/self-hosted-configuration.md

* Update docs/usage/self-hosted-configuration.md

* Fixed typo

* docs typo fix

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-19 10:16:23 +00:00
Hasan Awad
9270ebad80
feat: add git timeout (#14914) 2022-04-17 18:12:42 +01:00
StinkyLord
5c31446599
Update php.md (#15103) 2022-04-13 22:01:34 +01:00
Alex Kessock
37d3b1da7c
feat: Add configuration option githubTokenWarn (#14902)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-13 16:03:05 +00:00
Kenneth Jorgensen
c220ff0d5a
chore: Dockerized development examples (#15099) 2022-04-13 08:16:07 +00:00
MaronHatoum
3e312fd641
feat: refactor dry-run option (#14849)
* feat : added dryRun new behavior + added more migration

* feat : revert extra space

* feat : revert extra code

* feat : added unit tests

* feat : added unit tests

* feat : removed extra tests + removed unnecessary condition

* feat: changes after CR

* feat: added dry run migration cli and env + unit tests

* Update lib/workers/global/config/parse/cli.ts

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>

* feat: migration changes + added logs + added unit test

* feat: removed log msgs + change unit test

* feat: update

* feat: update

* Update lib/workers/global/config/parse/cli.ts

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-04-11 20:29:02 +00:00
StinkyLord
927bb5f37b
docs: improve renovate flow graph (#15043) 2022-04-11 13:37:42 +02:00
HonkingGoose
2e4c99e2bb
docs(fetchReleaseNotes): explain platform support, link to overview issue (#14972)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-04-11 09:24:22 +00:00
renovate[bot]
a6ea7d5a20
docs: update references to renovate/renovate to v32.17.1 (#15046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-04-11 00:38:51 +00:00
HonkingGoose
f3e0462aa0
docs(running renovate): move authentication info into platform readmes (#14654) 2022-04-10 09:39:51 +00:00
HonkingGoose
5119bad992
docs: replace example name (#15035) 2022-04-09 17:52:52 +01:00
StinkyLord
0ffab682f7
docs: new renovate flow graph (#14862) 2022-04-09 09:37:31 +02:00
HonkingGoose
31f539b9c3
docs(security-and-permissions): preamble, new sections (#14570) 2022-04-08 07:39:23 +00:00
HonkingGoose
be99c57716
docs: drop duplicate word (#15008) 2022-04-07 12:24:27 +02:00
HonkingGoose
ea410daf6e
docs: remove link to file on GitHub (#15007) 2022-04-07 12:00:36 +02:00
HonkingGoose
15c98973bd
docs: fix typo (#15006) 2022-04-07 11:50:26 +02:00
August Feng
53667eac46
docs: fix typo (#14874) 2022-03-31 02:34:17 +00:00
Michael Kriese
89d7fdf781
Revert "feat: extend dryRun options to extract lookup full (#14555)" (#14836)
This reverts commit 39471b57ad.
2022-03-29 02:47:54 +02:00
HonkingGoose
41fd7fbf46
docs: replace however with but (#14707)
Co-authored-by: Anne Stellingwerf <astellin@opentext.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-28 19:25:49 +00:00
MaronHatoum
39471b57ad
feat: extend dryRun options to extract lookup full (#14555) 2022-03-28 13:55:26 +02:00
RahulGautamSingh
e64b7576e9
feat: matchSourceUrls (#14813) 2022-03-28 09:58:20 +02:00
renovate[bot]
50d2f10172
docs: update references to renovate/renovate to v32.7.5 (#14815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-03-28 02:02:35 +00:00
HonkingGoose
559f805aec
docs(self hosted config): repositories array can be object (#14788) 2022-03-25 05:47:18 +01:00
Gabriel-Ladzaretti
786fd6ac94
feat(versioning/ubuntu): Support for Ubuntu codenames (#14601)
* feat(versioning/ubuntu): Support for Ubuntu codenames

initial commit

* feat(versioning/ubuntu): Support for Ubuntu codenames

exported hardcoded data into JSON

* feat(versioning/ubuntu): Support for Ubuntu codenames

exported hardcoded data into JSON

* feat(versioning/ubuntu): Support for Ubuntu codenames

lint fix for DataFile

* feat(versioning/ubuntu): Support for Ubuntu codenames

fix for kebabCase

* feat(versioning/ubuntu): Support for Ubuntu codenames

JSON data file

* feat(versioning/ubuntu): Support for Ubuntu codenames

tests added

* feat(versioning/ubuntu): Support for Ubuntu codenames

added default branch in getCodenameByVersion function

* feat(versioning/ubuntu): Support for Ubuntu codenames

added the cmd to generate the data file

* feat(versioning/ubuntu): Support for Ubuntu codenames

CR changes

* feat(versioning/ubuntu): Support for Ubuntu codenames

CR changes

* feat(versioning/ubuntu): Support for Ubuntu codenames

CR changes

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation cr

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation cr

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation cr

* feat(versioning/ubuntu): Support for Ubuntu codenames

added sh script

* feat(versioning/ubuntu): Support for Ubuntu codenames

added mjs script

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script regex modification

* feat(versioning/ubuntu): Support for Ubuntu codenames

initial commit

* feat(versioning/ubuntu): Support for Ubuntu codenames

exported hardcoded data into JSON

* feat(versioning/ubuntu): Support for Ubuntu codenames

exported hardcoded data into JSON

* feat(versioning/ubuntu): Support for Ubuntu codenames

lint fix for DataFile

* feat(versioning/ubuntu): Support for Ubuntu codenames

fix for kebabCase

* feat(versioning/ubuntu): Support for Ubuntu codenames

JSON data file

* feat(versioning/ubuntu): Support for Ubuntu codenames

tests added

* feat(versioning/ubuntu): Support for Ubuntu codenames

added default branch in getCodenameByVersion function

* feat(versioning/ubuntu): Support for Ubuntu codenames

added the cmd to generate the data file

* feat(versioning/ubuntu): Support for Ubuntu codenames

CR changes

* feat(versioning/ubuntu): Support for Ubuntu codenames

CR changes

* feat(versioning/ubuntu): Support for Ubuntu codenames

CR changes

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation added.
added test cases.

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation cr

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation cr

* feat(versioning/ubuntu): Support for Ubuntu codenames

documentation cr

* feat(versioning/ubuntu): Support for Ubuntu codenames

added sh script

* feat(versioning/ubuntu): Support for Ubuntu codenames

added mjs script

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script updated

* feat(versioning/ubuntu): Support for Ubuntu codenames

mjs script regex modification

* feat(versioning/ubuntu): Support for Ubuntu codenames

debian distro json

* feat(versioning/ubuntu): Support for Ubuntu codenames

removed debian distro json

* Update tools/distro-json-generate.mjs

* feat(versioning/ubuntu): Support for Ubuntu codenames

added package.json script entry

* feat(versioning/ubuntu): Support for Ubuntu codenames

added package.json script entry

* feat(versioning/ubuntu): Support for Ubuntu codenames

added package.json script entry

Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-03-24 10:54:21 +00:00
HonkingGoose
decd25432c
docs(config options): rewrite platformCommit section (#14685) 2022-03-24 10:29:28 +01:00
HonkingGoose
fcaaaabbee
docs(development): create Renovate style guide (#14775) 2022-03-24 06:47:48 +01:00
HonkingGoose
b9d63d4e2a
docs: rewrite gitlab security paragraph (#14706)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-03-23 10:29:30 +00:00
GaryNg
fd871a205d
docs(config): use warning prompt (#14746) 2022-03-22 16:00:35 +01:00
renovate[bot]
153e0cd3e9
docs: update references to renovate/renovate to v32.6.7 (#14738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-03-21 01:18:31 +00:00
Shane O'Grady
40b919cbc7
docs: Add Nodenv and .node-version to Node page (#14719) 2022-03-18 11:54:09 +01:00
HonkingGoose
410fa512fd
docs: replace identify (#14709) 2022-03-18 10:34:24 +01:00
HonkingGoose
9035f10c79
docs: replace implement with work on (#14710) 2022-03-18 10:32:28 +01:00
HonkingGoose
315f4f689a
docs: replace attempt with try (#14689) 2022-03-16 14:54:30 +01:00
HonkingGoose
03d818a1ea
docs(gitlab bot security): replace assistance with help (#14687) 2022-03-16 14:53:43 +01:00
HonkingGoose
5200663cdd
docs: replace appropriate with correct (#14686) 2022-03-16 14:53:27 +01:00
HonkingGoose
a5ffd5dd08
docs(ruby): replace caveats with warnings (#14690) 2022-03-16 14:51:43 +01:00
HonkingGoose
c89655701a
docs: replace component with part (#14691) 2022-03-16 14:51:27 +01:00
HonkingGoose
5a52b04c96
docs: replace contain(s) with has or have (#14692) 2022-03-16 14:50:20 +01:00
HonkingGoose
9e0cc6edb4
docs(config options): replace elect with choose (#14693) 2022-03-16 14:49:00 +01:00
HonkingGoose
5ba8ce6fea
docs(self-hosted configuration): improve username config option section (#14661) 2022-03-15 10:10:13 +01:00
GaryNg
09efb45f16
docs: fix minor typo (#14664) 2022-03-14 19:33:21 +00:00
renovate[bot]
f9de25e771
docs: update references to renovate/renovate to v32.3.0 (#14646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-03-14 03:03:02 +00:00
HonkingGoose
92d1aa53bd
docs(config options): add admonition (#14581) 2022-03-09 14:31:00 +01:00
Martin Herndl
72ade5f6c8
docs(node): add info about constraints option (#14576) 2022-03-08 17:08:37 +01:00
zml
bb6bc35e4d
fix(manager/gradle): Initial handling of rich versions in gradle version catalogs (#14533) 2022-03-08 04:54:45 +00:00
renovate[bot]
1ee2186645
docs: update references to renovate/renovate to v32 (#14543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-03-07 01:46:11 +00:00
Rhys Arkins
8bd77f747b feat(gradle): remove deepExtract (#14497)
Removes Gradle `deepExtract` option

BREAKING CHANGE: Option `deepExtract` is now removed and will be ignored
2022-03-04 09:04:02 +01: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
a61821bde8 refactor: repository worker (#14489)
Refactors branch and pr worker to be under repository worker.
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
Rhys Arkins
f3d4e29c8a
fix(hostRules): sort by matchHost length (#14264) 2022-02-28 19:23:43 +00:00
Louis-Rémi Paquet
1151f08d9a
docs(reviewers): Permission required for self-hosted Github App (#14454)
With the Self-Hosted Github app, Members was required to add team reviewers when I used it.
After adding this permission, we could add team reviewers again.

This could be required for other scenarios. Only the Self-Hosted Github App + Team reviewers was tested for this.
2022-02-28 17:52:35 +01:00
Bacluc
6e065ff9e0
docs: document automerge for vulnerabilityAlerts (#14442) 2022-02-28 17:39:32 +01:00
HonkingGoose
655e31d1ab
docs: create security and permissions file (#13748)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-02-28 17:39:18 +01:00
Rhys Arkins
b7eab64efb
feat(config): deprecate non-default npm presets (#14444)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-02-28 15:14:58 +01:00
renovate[bot]
b8dd3e8493
docs: update references to renovate/renovate to v31.94.0 (#14437)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-02-27 18:23:12 +00:00
Maxime Brunet
151b0e0872
docs(bitbucket-cloud): Document workspace membership permissions (#14402) 2022-02-25 06:20:20 +01:00
HonkingGoose
affec9fcf5
docs(use cases): simplify (#14391) 2022-02-24 17:44:20 +01:00
Sergei Zharinov
a674f727dd
feat(github): Platform-native REST-based push (#14271) 2022-02-24 15:32:46 +01:00
renovate[bot]
628e223cf7
docs: update references to renovate/renovate to v31.89.5 (#14329)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-21 00:35:21 +00:00
Łukasz Domeradzki
66c7c15a3b
docs: Clarify rebaseWhen=auto (#14324) 2022-02-20 18:56:59 +01:00
Kaj Ström
c424a84f87
feat(maven): bumpVersion support (#14201) 2022-02-17 08:57:13 +00:00
Florian Greinacher
4314bb8060
fix(manager/poetry): prioritize datasource-scoped credentials when authenticating with poetry sources (#14255)
* feat: use private gitlab pypi registry together with gitlab host

* docs: slim down documentation a bit

* fix: correctly normalize source name

* fix: correctly handle fallback

* refactor: apply review suggestions

* Update docs/usage/getting-started/private-packages.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

* Update docs/usage/getting-started/private-packages.md

Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>

Co-authored-by: Marion Deveaud <marion.deveaud@siemens.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-02-16 21:54:06 +01:00
HonkingGoose
a2bf99d42c
docs: add root group requirements (#14086) 2022-02-14 09:50:37 +01:00
renovate[bot]
ea8aaa2d16
docs: update references to renovate/renovate to v31.81.3 (#14205)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 02:17:02 +00:00
Rhys Arkins
b2183a30c5
fix(npm): lockfileVersion 2+ transitiveRemediation only if package.json changes (#14173) 2022-02-11 13:20:55 +00:00
Oleg Krivtsov
0786775005
feat(workers/global): support eager resolving of presets (#13279)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-02-11 11:35:29 +00:00
HonkingGoose
7d2e377ec0
docs: replacementName and replacementVersion are npm manager only (#14150) 2022-02-11 12:05:46 +01:00
Markus Legner
4b5fa66248
docs(self-hosted): correct variable part username in hostRules (#14118) 2022-02-09 18:30:13 +00:00
renovate[bot]
96d777527f
docs: update references to renovate/renovate to v31.68.6 (#14094)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 13:48:22 +00:00
HonkingGoose
f892b2b74b
docs(installing onboarding): fix whitespace, change word (#14064) 2022-02-07 16:00:07 +01:00
HonkingGoose
673f1b0874
docs: use number for count nouns (#14066) 2022-02-07 15:59:54 +01:00
HonkingGoose
55ff7fb381
docs: replace anticipate with expect (#14067) 2022-02-07 15:59:32 +01:00
HonkingGoose
b23dab14b3
docs: replace as such with therefore (#14069) 2022-02-07 15:59:07 +01:00
HonkingGoose
fa458d02b4
chore: simplify sentence (#14072) 2022-02-07 15:56:58 +01:00
HonkingGoose
a7903a4de2
docs: replace receive with get (#14073) 2022-02-07 15:53:22 +01:00
renovate[bot]
21a578b9b1
docs: update references to renovate/renovate to v31.68.0 (#14046)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 01:08:35 +00:00
HonkingGoose
ff332d1b3a
docs(running renovate): fix forking renovate access level description (#14023) 2022-02-05 08:34:48 +00:00
HonkingGoose
f356803f08
docs(self-hosted config): add flux list item (#13924) 2022-01-31 12:07:10 +01:00
renovate[bot]
c0f0a25f52
docs: update references to renovate/renovate to v31.63.2 (#13920)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 02:36:10 +00:00
Oleg Krivtsov
368903ab81
feat: support new rangeStrategy=in-range-only (#13257)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-01-30 03:46:22 +00:00