Commit graph

220 commits

Author SHA1 Message Date
HonkingGoose
2610e2fb80
chore: create admin-only issue form, improve and add discussion forms (#22469)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-05-29 12:37:05 +00:00
HonkingGoose
b08fa0cf8b
docs: drop weasel words (#22165)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-05-29 08:20:40 +00:00
Liora Milbaum
64b6e16763
refactor(gitpod): dropping gitpod (#22274) 2023-05-17 08:05:35 +00:00
Sebastian Poxhofer
ab04c11f42
docs(adding-package-manager): add missing functions of ManagerAPI interface (#21535)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-04-29 08:40:17 +00:00
Michael Kriese
d03f96d0e3
feat: deprecate node v19 (#21843) 2023-04-27 13:44:19 +00:00
Liora Milbaum
93e8bda4ec
chore(devcontainer): Fixed errors and added CI workflow (#21515)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-04-17 14:19:14 +00:00
Róbert Papp
bd497257b3
docs: refresh links around presets (#21484) 2023-04-13 13:42:22 +00:00
HonkingGoose
d57f4239b8
docs(issue labeling): add new labels (#21348) 2023-04-05 09:44:33 +00:00
Michael Kriese
2102b70607
feat!: require NodeJS v18.12+ (#20838) 2023-03-10 10:29:25 +00:00
Rhys Arkins
a4ab4523f8
feat(config)!: forkProcessing (#20759)
Removes "includeForks" option and replaces with "forkProcessing". New default behavior is to process forks if automerge=false.

Closes #20752

BREAKING CHANGE: Forked repos will now be processed automatically if autodiscover=false. includeForks is removed and replaced by new option forkProcessing.
2023-03-10 09:34:41 +01:00
HonkingGoose
e387b8225e
docs(best-practices): prefer satisfies operator over as (#20566)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-23 09:14:58 +00:00
Ville Skyttä
fce494db21
docs: spelling and grammar fixes (#20443) 2023-02-16 06:35:19 +00:00
HonkingGoose
73fab475db
docs(best-practices): conventional commit branch names (#20108)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-31 07:28:09 +01:00
HonkingGoose
a3ee8f5e15
docs(remote development): update Gitpod and Codespaces mentions (#20102) 2023-01-30 11:20:30 +01:00
Michael Kriese
818f354c71
chore: sugggest and use node v18 for devel (#20015) 2023-01-24 17:08:28 +01:00
Liora Milbaum
6ee876cce0
docs: Rename VS Code extension name (#20003) 2023-01-24 10:08:08 +01:00
Liora Milbaum
2b1ae24042
chore: relative links for contribution guidelines (#19715) 2023-01-22 19:53:49 +00:00
Benoît Burnichon
a3587fdfcf
docs: Update nodejs version to 16.x (#19415) 2022-12-15 11:16:30 +00:00
Eduardo Telaya
41c14d2f5b
docs: update the steps of Fork and Clone (#18287)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-08 11:29:16 +01:00
HonkingGoose
a49e206dd3
docs: use input-neutral verbs (#19165) 2022-11-30 10:37:00 +01:00
Philip
49b7b733cd
fix:Update renovate-flow.md (#18891) 2022-11-13 04:48:08 -06:00
HonkingGoose
7da9d60a5f
chore: bump Node.js version for Gitpod (#18713) 2022-11-02 12:30:43 +02:00
Michael Kriese
887cabe3eb
feat: deprecate node v17 support (#18583) 2022-10-26 17:12:34 +03:00
Rhys Arkins
cbca54d0c3 feat!: do not auto pin rangeStrategy (#18309)
Removes all logic where rangeStrategy=auto results in pinning.

Closes #18304

BREAKING CHANGE: Dependencies are no longer automatically pinned, pinning must be opted into using rangeStrategy=pin
2022-10-23 06:48:35 +02:00
Rhys Arkins
6fb2cce6e9 feat: deprecate node v14 (#16969)
Removes support for Node 14 as a runtime for Renovate.

BREAKING CHANGE: Node 16 is the required runtime for Renovate.
2022-10-23 06:48:35 +02:00
Rhys Arkins
f8436d4ed8 docs: rename help doc 2022-10-21 07:37:24 +02:00
Sergei Zharinov
74ddbe319c
docs(best-practices): Separate AAA with empty line (#18098) 2022-10-03 18:58:12 +02:00
HonkingGoose
74d8a63ade
docs(issue labeling): update priority section (#18097) 2022-10-03 16:40:41 +00:00
SADIK KUZU
e4a8d10f26
fix(docs): Fix typo (#18076) 2022-10-02 07:32:52 +00:00
HonkingGoose
1debd89eae
docs(development): fix brand name spelling (#17622) 2022-09-05 09:54:19 +02:00
HonkingGoose
841017c060
docs(issue labeling): explain impact label (#17237)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-22 10:51:17 +02:00
Adam Setch
ca15793858
docs: update path for configuration-options (#17171) 2022-08-14 15:16:48 +00:00
Jamie Magee
a113d6f3f5
docs(development): fix link for github workflow (#17143) 2022-08-11 17:59:31 +02:00
HonkingGoose
d782636d47
docs(best-practices): improve functions section (#17070) 2022-08-10 09:59:09 +03:00
Jamie Magee
3d19ec662a
ci: create update-data scheduled workflow (#17080)
* ci: create update-data scheduled workflow

* Apply suggestions from code review

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

* Update .github/workflows/update-data.yml

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

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-08-09 20:34:08 +02:00
Gabriel-Ladzaretti
9bf011893f
docs: added functions section to best-practices.md (#17065)
added functions section to the best-practices.md
2022-08-09 09:44:29 +02:00
Wietse Terpstra
392c6cc574
docs: Fix some typo's in the docs (#16862)
Fix some typo's in the docs
2022-07-30 04:27:23 +00:00
Nabeel Saabna
afa877bbba
docs: add code simplicity section (#16786) 2022-07-29 20:43:51 +02:00
Gabriel-Ladzaretti
5f83529ec8
docs: best practices add cast bullet under unit testing (#16756)
docs: best prac add cast bullet under unit testing
2022-07-25 14:15:09 +02:00
HonkingGoose
badccaff89
docs(best practices): create section for async functions (#16574) 2022-07-15 14:10:01 +03:00
HonkingGoose
6ae4a55bd3
docs(best practices): avoid boolean instead use is functions (#16573)
* docs(best practices): avoid boolean instead use is functions

* Update docs/development/best-practices.md

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

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-07-15 10:46:02 +00:00
HonkingGoose
c2f11dadfd
docs(issue labeling): sync labels (#16580) 2022-07-14 10:10:48 +00:00
Rhys Arkins
465df128a2 docs: priority labels rename 2022-07-02 09:24:58 +02:00
HonkingGoose
bb45bc37b0
docs: prevent line ending problems when self-hosting on Windows (#16326) 2022-07-01 09:46:10 +02:00
Michael Kriese
aeec0f411e
chore: enforce ts as cast (#16164) 2022-06-22 10:20:34 +00:00
Michael Kriese
f7454a0f6b
docs: no toDeepEqual on jest v28 (#16152) 2022-06-20 13:20:14 +02:00
Philip
49e3aff78b
docs: update best practices regex groups + windows clrf + exporting test functions (#15969) 2022-06-10 06:48:06 +02:00
Michael Kriese
d28324a517
docs: update best practices (#15960) 2022-06-10 05:31:33 +02:00
Rhys Arkins
b201029842
docs(behavior): bug reports (#15832) 2022-06-02 07:34:18 +02:00
HonkingGoose
8e540f051a
docs(best practices): add new unit testing rules (#15799) 2022-06-01 11:33:35 +02:00
Gabriel-Ladzaretti
2689a5560d
docs: Add renovate related best practices guide (#15589) 2022-05-26 07:48:40 +02:00
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
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
Kenneth Jorgensen
c220ff0d5a
chore: Dockerized development examples (#15099) 2022-04-13 08:16:07 +00:00
StinkyLord
927bb5f37b
docs: improve renovate flow graph (#15043) 2022-04-11 13:37:42 +02:00
StinkyLord
0ffab682f7
docs: new renovate flow graph (#14862) 2022-04-09 09:37:31 +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
HonkingGoose
fcaaaabbee
docs(development): create Renovate style guide (#14775) 2022-03-24 06:47:48 +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
5200663cdd
docs: replace appropriate with correct (#14686) 2022-03-16 14:53:27 +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
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
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
HonkingGoose
673f1b0874
docs: use number for count nouns (#14066) 2022-02-07 15:59:54 +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
HonkingGoose
54f5adf922
docs(development): guide to create/edit presets (#13165) 2022-01-28 12:19:14 +01:00
HonkingGoose
da7092e0b3
docs: capitalize proper nouns (#13379) 2022-01-05 10:38:30 +00:00
HonkingGoose
64e5c70fb3
docs(local development): add refactor PR test note (#13335) 2022-01-03 11:25:50 +01:00
Shunsuke Suzuki
8b17120287
Fix a broken link (#13312) 2021-12-30 15:56:52 +00:00
Nejc Habjan
9aa97af5b3
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
2021-12-09 13:45:48 +01:00
Michael Kriese
baaea71728
fix(config/preset): readd subpreset support (#12733) 2021-11-18 10:45:17 +01:00
Sergei Zharinov
cf95251dee
ci(build): Remove Python from Renovate dependencies (#12685)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-17 14:17:29 +00:00
HonkingGoose
bd3f7cb6be
docs(development): update status label query (#12637) 2021-11-14 06:39:53 +01:00
Nejc Habjan
34f13fee3e
test: enforce valid JSON in fenced markdown code blocks (#12196) 2021-11-11 11:11:55 +01:00
Ana Krivokapić
51fa664ba4
docs: Update local-development.md (#12578) 2021-11-10 10:57:41 +00:00
Michael Todorovic
7579875415
feat: support preset versioning with git tags (#11565)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2021-11-05 13:12:47 +00:00
HonkingGoose
e748ffd495
chore: create behavior guidelines (#12211) 2021-10-28 18:43:14 +02:00
HonkingGoose
650a431c65
docs(development): improve triage guide (#12146) 2021-10-18 05:31:56 +00:00
HonkingGoose
fc36b27ce0
docs: describe intended ways to use Renovate (#11197) 2021-09-27 11:16:13 +00:00
Rhys Arkins
d6d4124b11
feat(git): blobless git (#11401) 2021-09-09 09:25:12 +02:00
Michael Kriese
a07db266ae
docs: require git version (#11618) 2021-09-07 11:49:55 +02:00
Ville Skyttä
a3281644b0
docs: spelling and grammar fixes (#11367)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-22 08:51:42 +00:00
Rhys Arkins
56830ee86c refactor: admin->globalOnly 2021-08-17 07:57:45 +02:00
Rhys Arkins
750bc1656e refactor: config/definitions -> config/options 2021-08-17 07:57:45 +02:00
Rhys Arkins
82373a0c15
docs: expand minimal reproductions to include features 2021-08-11 09:38:47 +02:00
HonkingGoose
dbf23def18
docs: update local development guide (#11090) 2021-08-04 12:56:27 +02:00
HonkingGoose
b33a9ddbe7
docs: update issue labeling guide (#11089) 2021-08-04 10:07:19 +00:00
HonkingGoose
aef018da22
fix: deprecate use of renovate.json as preset (#10678)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-08 15:04:04 +00:00
HonkingGoose
5250d07b13
docs: add core: labels to issue labeling guide (#10349) 2021-06-14 14:11:12 +00:00
HonkingGoose
d824dc8c6e
docs: use server relative URL (#10406)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-12 12:02:29 +00:00
HonkingGoose
8fac1fdeff
ci: use Python 3.9 (#10255) 2021-06-01 15:19:55 +00:00
Rhys Arkins
675b8aac9e docs: drop reproduction:confirmed references 2021-05-31 13:31:52 +02:00
HonkingGoose
60c1540eef
docs: fix capitalization in local development docs (#10147) 2021-05-26 05:04:37 +02:00