Rhys Arkins
ad0479a11b
feat(npm): support constraintsFiltering=strict ( #22447 )
...
Closes #4826
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-07-04 19:21:52 +02:00
RahulGautamSingh
c2d3ca856f
feat(release-notes)!: support configurable fetching stage ( #22781 )
...
Changes fetchReleaseNotes from boolean to enum, with values off, branch, pr.
Closes #20476
BREAKING CHANGE: Release notes won't be fetched early for commitBody insertion unless explicitly configured with fetchReleaseNotes=branch
2023-07-04 19:21:52 +02:00
RahulGautamSingh
aa14b777c0
feat!: replace dockerImagePrefix
with dockerSidecarImage
( #22708 )
...
Closes #21217
BREAKING CHANGE: dockerImagePrefix is now replaced by dockerSidecarImage
2023-07-04 19:21:52 +02:00
Rhys Arkins
e3d5f7df92
feat!: merge matchPaths and matchFiles into matchFileNames ( #22406 )
...
Closes #22395
BREAKING CHANGE: matchPaths and matchFiles are now combined into matchFileNames, supporting exact match and glob-only
2023-07-04 19:21:52 +02:00
Rhys Arkins
033d776ab0
feat(package-rules)!: remove fuzzy matchPaths matching ( #22394 )
...
BREAKING CHANGE: matchPaths will no longer use “any string match” and instead must be a glob pattern
2023-07-04 19:21:52 +02:00
Rhys Arkins
530f537b9b
feat(npm)!: disable rollbackPrs for npm by default ( #21970 )
...
BREAKING CHANGE: Rollback PRs will no longer be enabled by default for npm (they are now disabled by default for all managers)
2023-07-04 19:21:52 +02:00
Bastian Gutschke
bc693f2003
fix(post-upgrade-tasks)!: enable dot option for file filters ( #21282 )
...
Set `{ dot: true }` for minimatch.
Closes #21276
BREAKING CHANGE: dot files will now be included by default for all minimatch results
2023-07-04 19:21:52 +02:00
Rhys Arkins
61a7813aba
feat(automerge)!: default to platformAutomerge=true ( #21327 )
...
Closes #21319
BREAKING CHANGE: Platform automerge will now be chosen by default whenever automerge is enabled.
2023-07-04 19:21:52 +02:00
Rhys Arkins
6a95024e22
feat!: allow post upgrade templating by default ( #21326 )
...
Closes #21320
BREAKING CHANGE: Post upgrade templating is now allowed by default, as long as the post upgrade task command is itself already allowed.
2023-07-04 19:21:52 +02:00
HonkingGoose
0551a12f60
docs(private package support): monospace github.com URL ( #23107 )
2023-07-03 14:11:50 +00:00
HonkingGoose
2147ae260e
docs: fetchReleaseNotes
works with Bitbucket Cloud ( #23108 )
2023-07-03 13:15:09 +00:00
HonkingGoose
e8fb82d939
docs(self-hosted configuration): update binarySource ( #22619 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-07-03 10:04:14 +00:00
renovate[bot]
3c3f246448
docs: update references to renovate/renovate to v35.158.0 ( #23093 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-03 01:54:51 +00:00
HonkingGoose
211b825986
docs: fix another broken link ( #23036 )
2023-06-29 11:08:00 +00:00
HonkingGoose
8302f6a7ac
docs: fix broken links ( #23035 )
2023-06-29 10:39:59 +00:00
HonkingGoose
a7f6514ebe
docs: partial rewrite developer docs ( #23015 )
2023-06-28 11:53:45 +00:00
HonkingGoose
bdf5fb96b1
docs: rewrite best practices developer docs ( #22985 )
2023-06-26 14:46:43 +00:00
HonkingGoose
9d4f56114f
docs: replace comment with improved sentence ( #22981 )
2023-06-26 12:38:28 +00:00
HonkingGoose
f12576ec26
docs: partial rewrite of developer docs ( #22977 )
2023-06-26 11:03:50 +00:00
HonkingGoose
fbf9d5965d
refactor(postUpdateOptions): sort keys ( #22976 )
2023-06-26 09:47:24 +00:00
renovate[bot]
e39af94933
docs: update references to renovate/renovate to v35.141.3 ( #22972 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-26 01:04:12 +00:00
HonkingGoose
8056dcf1ef
docs(configuration options): update postUpdateOptions
table ( #22949 )
2023-06-23 12:12:24 +00:00
Nabeel Saabna
ccf5cf24ea
feat(config): add docker cli config ( #22684 )
...
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>
2023-06-21 14:00:13 +00:00
Gabriel-Ladzaretti
ee9c45aa51
feat(config): optionally remove self-hosted config file once read ( #22857 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-06-20 21:01:25 +00:00
Danek Duvall
e47cf724f9
feat: autodiscover repos by topic ( #22876 )
2023-06-20 11:37:32 +00:00
Rhys Arkins
d499d89107
fix(forkMode): disallow edits by maintainers when forkOrg is set ( #22892 )
2023-06-20 13:40:53 +02:00
Rhys Arkins
ad8ddffaa3
feat(github): forkOrg ( #22886 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-06-20 09:32:37 +00:00
Rhys Arkins
43fa615e05
fix: Revert "feat(github): forkOrgs, forkCreate ( #18770 )"
...
This reverts commit 2f77695ba5
.
2023-06-19 15:10:21 +02:00
Rhys Arkins
2f77695ba5
feat(github): forkOrgs, forkCreate ( #18770 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-06-19 03:29:32 +00:00
renovate[bot]
5f17690a88
docs: update references to renovate/renovate to v35.131.0 ( #22863 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-19 00:18:20 +00:00
Rhys Arkins
e00210d396
feat: baseBranches $default ( #22824 )
2023-06-16 20:06:23 +00:00
Chuck Grindel
8131b43304
feat: update bazel documentation and enable bazel-module
manager ( #22803 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-06-16 19:27:39 +00:00
HonkingGoose
cf7c0c9a42
docs(faq): explain when new Renovate OSS releases are added to the hosted app ( #22816 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-06-16 12:18:43 +00:00
Michael Kriese
2948a640f6
feat(config): relax registy alias validation ( #22815 )
2023-06-16 08:38:47 +00:00
Victor Engmark
b9dc2f3506
test: time difference with time zone ( #22782 )
2023-06-16 07:46:08 +00:00
deniseunt
cfc976db42
feat(manager/pip-requirements): Amend fileMatch regex to match common … ( #22778 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-15 19:45:09 +00:00
RahulGautamSingh
2c264af8d2
feat: migraterecreateClosed
to recreateWhen
( #21039 )
...
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>
2023-06-12 15:48:40 +00:00
HonkingGoose
02ee1c527f
docs: set page title for maintaining AUR packages user story ( #22690 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-06-12 16:59:09 +02:00
renovate[bot]
57aea566c2
docs: update references to renovate/renovate to v35.115.2 ( #22687 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-12 01:35:59 +00:00
HonkingGoose
56f96841bc
docs(configuration options): rewrite lockFileMaintenance ( #22617 )
2023-06-07 16:13:05 +00:00
Daniel Shuy
48fbac67eb
docs: document asdf .tool-versions support for Node.js ( #22604 )
2023-06-06 18:15:18 +00:00
HonkingGoose
9dbc1d0667
docs(about us): update contributors list and numbers ( #22559 )
...
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-06-06 07:55:44 +00:00
HonkingGoose
0bb299e444
docs(self-hosting): warn about outdated config example ( #22583 )
2023-06-05 17:40:17 +00:00
renovate[bot]
b86db317d8
docs: update references to renovate/renovate to v35.110.1 ( #22580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-05 01:23:31 +00:00
HonkingGoose
9c98a88592
docs: fix broken link ( #22556 )
2023-06-02 15:41:01 +00:00
HonkingGoose
add67f4782
docs(configuration options): rewrite stabilityDays
mention ( #22527 )
2023-05-31 19:48:57 +00:00
ChristianCiach
be760cb478
docs: fix typo in self-hosting example ( #22519 )
2023-05-31 18:12:27 +00:00
Rhys Arkins
81ec1cfb9f
docs: clarify stabilityDays rename
2023-05-31 19:09:06 +02:00
HonkingGoose
71d082d16f
docs: use relative URLs in more places ( #22516 )
2023-05-31 15:52:30 +00:00
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
eaf8f890c0
docs(configuration options): style fixes for prPriority
( #22467 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-05-29 10:43:24 +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
HonkingGoose
6e17128eb9
feat(presets): timed presets give Renovate 4 hours to create branches ( #22466 )
2023-05-29 07:45:54 +00:00
renovate[bot]
7df76171f2
docs: update references to renovate/renovate to v35.103.0 ( #22475 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-29 02:50:21 +00:00
bart
a27cec8187
docs(lockFileMaintenance): add pmd.lock ( #22364 )
2023-05-23 06:12:55 +00:00
HonkingGoose
947babe092
docs(reading list): fix typo ( #22341 )
2023-05-22 09:15:15 +00:00
renovate[bot]
5000a625af
docs: update references to renovate/renovate to v35.98.0 ( #22338 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-22 00:58:04 +00:00
HonkingGoose
43669f860b
docs(running renovate): rewrite ( #21222 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-05-20 06:02:01 +00:00
HonkingGoose
cb909fe378
docs: create reading lists ( #21782 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-05-19 05:58:36 +00:00
Marek Grzenkowicz
be9c642611
docs: document how to configure OS cert store for Python ( #22299 )
2023-05-18 14:32:58 +00:00
Sebastian Poxhofer
7cfd7145e7
docs(hostRules): document current matchHost behaviour if a port is supplied ( #22007 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-05-18 07:39:22 +00:00
Sebastian Poxhofer
3fccfbe927
feat(vulnerabilities): add option to add summary to dashboard ( #21766 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-05-17 08:15:12 +00:00
Liora Milbaum
64b6e16763
refactor(gitpod): dropping gitpod ( #22274 )
2023-05-17 08:05:35 +00:00
renovate[bot]
85fbad1029
docs: update references to renovate/renovate to v35.82.0 ( #22223 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 01:14:30 +00:00
Sebastian Krebs
fc73b078dc
feat: commitMessageLowerCase ( #20930 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-05-13 18:12:36 +00:00
HonkingGoose
d82a811153
docs(config template editing): bump to v18 of React in example ( #22162 )
2023-05-13 11:15:05 +00:00
Michael Kriese
3f33995ab9
feat(manager/terraform): support registry aliases for docker images and oci helm charts ( #22022 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-05-09 15:26:00 +00:00
Florian Greinacher
ad78e851aa
docs: add config-validation chapter ( #21969 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-05-09 03:38:37 +00:00
HonkingGoose
72f165ace1
docs(config options): link to regex manager presets ( #22023 )
2023-05-08 10:13:37 +00:00
renovate[bot]
1fa64d5b02
docs: update references to renovate/renovate to v35.73.0 ( #22019 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-08 00:56:51 +00:00
Boris Bera
18ddc2fe74
feat(manager/dockerfile): support file names that are all lowercase ( #21877 )
2023-05-03 19:05:39 +00:00
Philip
5511f33d06
feat: checkedBranches ( #21845 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-05-02 08:54:49 +00:00
renovate[bot]
86c7e58770
docs: update references to renovate/renovate to v35.66.3 ( #21897 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-01 03:22:04 +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
Malte Münch
541cb0cb90
docs: do not git add in post upgrade tasks ( #21828 )
2023-04-27 05:16:59 +00:00
HonkingGoose
dc1d1e85db
docs(config options): rewrite matchPaths
and matchFiles
( #21582 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-26 17:20:45 +00:00
Adam Setch
6ec865be62
feat: add prTitleStrict config option to bypass prTitle manipulation ( #21454 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-25 15:08:13 +00:00
HonkingGoose
13f4b02560
docs(config options): warn about SemVer 0.x packages ( #21747 )
2023-04-25 05:36:49 +00:00
renovate[bot]
9ceba31f0a
docs: update references to renovate/renovate to v35.58.0 ( #21770 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-24 00:34:27 +00:00
HonkingGoose
6990f7fc09
docs(config options): rewrite forkProcessing
( #21621 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-21 09:05:07 +00:00
Rhys Arkins
62d051f2a9
docs: remove outdated node/git minimum versions
2023-04-20 13:34:35 +02:00
HonkingGoose
c5ac66cf69
docs(self-hosted configuration): globalExtends
can't be private ( #21597 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-20 08:49:39 +00:00
HonkingGoose
14dbd5ea80
docs: convert caution admonition to warning ( #21600 )
2023-04-19 10:56:44 +00:00
Michael Kriese
ecf7f40d43
docs: constraints should work for all managers ( #21593 )
2023-04-19 07:59:03 +00:00
Michael Kriese
bce88c862e
feat(config): rename azureAutoApprove
to autoApprove
( #21576 )
2023-04-18 09:09:46 +00:00
Tom Fay
2a72f85cc2
feat(manager/cargo): support private registry index env var ( #20379 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-18 08:49:24 +00:00
HonkingGoose
ce96324ab7
docs: fix broken relative link ( #21572 )
2023-04-18 09:24:30 +02:00
Jorge Silva
91812d025d
feat(manager/gomod): add goGetDirs
option ( #20156 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-18 04:55:28 +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
HonkingGoose
e8c5fa6e57
docs: explain how to use presets ( #21534 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-17 13:59:21 +00:00
DjordyKoert
62b57aa27c
feat: disable setting COMPOSER_AUTH for gitlab ( #20634 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-17 06:16:02 +00:00
renovate[bot]
69740ba73d
docs: update references to renovate/renovate to v35.48.2 ( #21542 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-17 00:29:32 +00:00
Róbert Papp
b548a938bc
docs: add restriction on matchCurrentVersion ( #21485 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-14 06:25:30 +00:00
HonkingGoose
7666dd9efc
docs: Add Maintaining AUR packages with Renovate user story ( #21413 )
2023-04-13 14:20:49 +00:00
Róbert Papp
bd497257b3
docs: refresh links around presets ( #21484 )
2023-04-13 13:42:22 +00:00
HonkingGoose
734ab7f421
docs(pull requests): rewrite ( #21440 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-13 08:44:41 +00:00
RahulGautamSingh
135e6cd078
feat(config): rename stabilityDays to minimumReleaseAge ( #21376 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-04-12 17:59:24 +00:00
Björn Böing
5538ffde1a
docs: add GitHub PAT hint for fetchReleaseNotes ( #21443 )
2023-04-12 10:47:12 +00:00
renovate[bot]
eb370232c9
docs: update references to renovate/renovate to v35.40.0 ( #21403 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-10 01:11:24 +00:00
William Boman
bf0f7e2b82
feat(template): add equals helper ( #21385 )
2023-04-09 05:24:04 +00:00
Rhys Arkins
f5595f334c
feat: RENOVATE_X_IGNORE_RE2 ( #21391 )
2023-04-08 08:38:43 +00:00
David Straub
e3a16aa33e
docs(rangeStrategy): clarify v35 auto
behavior ( #21372 )
2023-04-06 15:30:34 +00:00
HonkingGoose
d57f4239b8
docs(issue labeling): add new labels ( #21348 )
2023-04-05 09:44:33 +00:00
renovate[bot]
d0ad054bde
docs: update references to renovate/renovate to v35.31.5 ( #21303 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 13:44:51 +00:00
renovate[bot]
b86b1b20c2
docs: update references to renovate/renovate to v35.31.4 ( #21295 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 01:20:45 +00:00
Malte Poll
480cff54ff
feat(bazel): Support for rules_oci / oci_pull ( #21216 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-30 20:37:52 +00:00
HonkingGoose
2bd80d6071
docs(automerge): add example monorepo package automerge ( #21223 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-30 07:24:02 +00:00
renovate[bot]
949780332a
docs: update references to renovate/renovate to v35.23.3 ( #21178 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-27 02:23:31 +00:00
renovate[bot]
e818cff9b5
docs: update references to renovate/renovate to v35.23.2 ( #21175 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-27 00:32:41 +00:00
Rhys Arkins
5110d43daa
docs: encrypt CLI usage ( #21162 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-26 10:43:52 +00:00
Rhys Arkins
cec2e14a64
feat(config): multi-org secrets decrypt ( #21147 )
2023-03-25 09:14:33 +00:00
Michael Kriese
7601eb3351
docs: fix replacementNameTemplate
samples ( #21085 )
2023-03-22 12:05:02 +00:00
HonkingGoose
326e0568b1
docs(config options): rewrite branchName
documention, redirect to discussion ( #20949 )
2023-03-22 06:38:03 +00:00
HonkingGoose
db73d3984b
docs(config options): improveprBodyTemplate
explanation ( #20945 )
2023-03-22 06:37:40 +00:00
HonkingGoose
457f4388e7
docs(self-hosting examples): update renovate version references ( #21067 )
2023-03-22 06:36:18 +00:00
Adam Setch
64d17540b9
docs(replacement): update examples ( #21076 )
2023-03-22 06:35:24 +00:00
Gabriel-Ladzaretti
1615d26226
feat(packageRules): add merge confidence matcher ( #21049 )
...
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>
2023-03-21 18:37:38 +00:00
Adam Setch
b25022066e
feat(replacements): support for replacement name templating ( #20905 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-21 16:42:13 +00:00
Rhys Arkins
623f2cadd9
feat: customize merge confidence host ( #21061 )
...
Co-authored-by: Gabriel-Ladzaretti <97394622+Gabriel-Ladzaretti@users.noreply.github.com>
2023-03-21 11:16:36 +00:00
renovate[bot]
5f32cdb109
docs: update references to renovate/renovate to v35.14.1 ( #21040 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-20 02:25:34 +00:00
Rhys Arkins
eac9ef6079
docs: clarify forkProcessing filename ( #21021 )
2023-03-19 07:38:25 +00:00
HonkingGoose
712fc31fc7
docs(go modules): vendored major upgrades not supported ( #21025 )
2023-03-18 14:40:13 +01:00
Adam Setch
e29c8ad964
fix(bitbucket): use correct case ( #21002 )
2023-03-17 12:13:37 +00:00
renovate[bot]
b0753df85d
docs: update references to renovate/renovate to v35.7.0 ( #20962 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-15 15:55:51 +00:00
HonkingGoose
e83ef5a7d3
docs(config options): use note admonition, fix styling ( #20947 )
2023-03-15 11:27:44 +00:00
HonkingGoose
14f781597d
docs(config options): use admonition ( #20948 )
2023-03-15 11:27:26 +00:00
Lctrs
2e25de1211
feat(datasource): support range constraints filtering ( #20842 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-15 06:12:08 +00:00
Adam Setch
8137533c94
feat(auto-replace): ability to specify global or first match from replacement rules ( #20604 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-14 21:02:24 +00:00
Simon Eßlinger
3c5224eee4
feat: add datasource, versioning and manager for Azure Bicep resources ( #20755 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 18:29:25 +00:00
HonkingGoose
1b90fd98fc
docs(configuration options): rewrite configMigration
( #20902 )
2023-03-14 08:04:59 +00:00
wwuck
1da1bc4885
docs: reduce ambiguity in gitLabIgnoreApprovals docs ( #20918 )
2023-03-14 05:56:07 +00:00
HonkingGoose
f90a6022a6
docs(self-hosted experimental): simplify ( #20901 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 05:25:26 +00:00
HonkingGoose
5da3aada39
docs(getting started): simplify ( #20900 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-13 14:57:44 +00:00
Adam Setch
583bd53232
docs: add @setchy to about-us ( #20903 )
2023-03-13 11:52:06 +00:00
HonkingGoose
329b1939ad
docs(automerge): fix broken list layout ( #20899 )
2023-03-13 09:29:56 +00:00
renovate[bot]
7dd6b100dd
docs: update references to renovate/renovate to v35.2.0 ( #20891 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 01:05:35 +00:00
Adam Setch
98be25f787
feat(platform/bitbucket): add support for Bitbucket development branching model ( #20860 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-12 12:50:54 +00:00
renovate[bot]
a44a815e1e
docs: update references to renovate/renovate to v35 ( #20883 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-12 09:13:03 +00:00
Adam Setch
466af47fd5
docs: update major platform features not supported ( #20869 )
2023-03-11 10:28:04 +00:00
HonkingGoose
da1eeea02b
docs: replace unencrypted with plaintext ( #20849 )
2023-03-10 17:24:35 +01: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
Rhys Arkins
f765e6fb1d
feat!: internalChecksAsSuccess ( #20572 )
...
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.
2023-03-10 09:34:41 +01:00
Michael Kriese
ec4b17b8b6
feat(config)!: default dockerImagePrefix
to containerbase
( #20150 )
...
Sidecar containers will now use `containerbase/` prefix instead of `renovate/` prefix.
BREAKING CHANGE: containerbase/ account used for sidecar containers instead of renovate/
2023-03-10 09:34:40 +01:00
Rhys Arkins
b6ed33ec01
fix(regex): don’t escape forward slash in fileMatch ( #19314 )
...
This cleanup of default `fileMatch` values should be backwards compatible.
2023-03-10 09:34:39 +01:00
RahulGautamSingh
dcd298a625
feat(config)!: add new option constraintsFiltering
( #19992 )
...
Adds new option `constraintsFiltering`.
Closes #19979
BREAKING CHANGE: PyPI releases will no longer be filtered by default based on `constraints.python` compatibility. To retain existing functionality, set
`constraintsFiltering=strict`.
2023-03-10 09:24:44 +01:00
Timothy Aaron
9bd5b515a8
docs: link to all supported managers ( #20826 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-10 06:26:50 +00:00
Marcin Zajączkowski
045780f8cd
docs: clarify that S3 cannot be used as lookup cache ( #19711 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-08 07:09:43 +00:00
Sergei Zharinov
9ec4804579
feat(bazel): Use Gradle versioning for maven_install
by default ( #20748 )
2023-03-04 10:32:38 +00:00
HonkingGoose
b4feac1ec8
docs(self hosted experimental): monospace style heading ( #20698 )
2023-03-02 06:59:58 +01:00
renovate[bot]
50e67f4ce6
docs: update references to renovate/renovate to v34.152.5 ( #20637 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-27 01:22:34 +00: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
Paul Gschwendtner
340a913a48
feat(platform/github): flag to control whether PRs can be edited by maintainers if forkToken
is set ( #19771 )
2023-02-22 13:07:03 +00:00
Johannes Feichtner
27c46cc673
feat: add support for RegEx patterns in baseBranches ( #20503 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-02-20 23:32:08 +00:00
Johannes Feichtner
90694bf398
docs: update outdated info about gradle file support ( #20520 )
2023-02-20 18:33:12 +00:00
HonkingGoose
fc70c20b02
docs: explain Renovate config for GitHub Merge Queue ( #20452 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-18 22:24:18 +00:00
Daniel Silva
0e47a1072c
feat(platform/github): Support rewrite pagination links with the server's base URL ( #19888 )
...
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-16 15:25:56 +00:00
Ville Skyttä
fce494db21
docs: spelling and grammar fixes ( #20443 )
2023-02-16 06:35:19 +00:00
Rhys Arkins
4a9ba9ee33
docs: drop ruby changelogs mention
...
Closes #20405
2023-02-14 17:06:30 +01:00
ocavue
2235659b18
feat(manager/npm): support pnpmDedupe ( #20392 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-02-14 09:10:50 +00:00
renovate[bot]
b5e08d6238
docs: update references to renovate/renovate to v34.132.4 ( #20364 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 01:01:45 +00:00
Rostislav Simonik
05517e6d8a
feat: add ignoreReviewers config option ( #19776 )
2023-02-11 07:24:02 +00:00
Johannes Feichtner
a91ca62b46
feat(vulnerabilities): add feature-flagged support for OSV ( #20226 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-10 10:13:47 +00:00
Alexander Birkner
fbceff1397
feat(gomod): support -e option ( #20199 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-02-07 14:00:16 +01:00
renovate[bot]
c9473cb2a5
docs: update references to renovate/renovate to v34.124.3 ( #20239 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 02:12:25 +00:00
Nikolai Røed Kristiansen
5474229a30
feat(manager/helmfile): Lock file support ( #19865 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-02-04 14:10:03 +00:00
HonkingGoose
8d44ebdee1
docs(about us): bump number of outside contributors ( #20146 )
2023-02-01 13:01:26 +01: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
Rhys Arkins
ceaa005ac1
feat: deprecate Node.js 16 for Renovate runtime ( #20088 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-30 08:24:12 +00:00
Simon Podlipsky
e1cbd3f70f
docs: add snippet on how to auth maven with gitlab pipelines ( #20089 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-01-30 07:16:02 +01:00
Matthias Schoettle
3e325e900f
docs: improve documentation around fileMatch being additive ( #20084 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-30 07:15:53 +01:00
renovate[bot]
b376b8e0c0
docs: update references to renovate/renovate to v34.116.1 ( #20095 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-30 00:27:00 +00:00
Michael Kriese
5be690ab1b
docs: add @secustor
to maintainers list ( #20042 )
2023-01-26 08:48:51 +00:00
Michael Kriese
08c333ac7d
feat(platform): support forgejo ( #19939 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-25 08:28:57 +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
Michael Kriese
9bd857c8f8
fix(platform): fix types and docs ( #19944 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-01-24 10:05:51 +01:00
renovate[bot]
0e084741b5
docs: update references to renovate/renovate to v34.108.5 ( #19975 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-23 01:33:57 +00:00
Liora Milbaum
2b1ae24042
chore: relative links for contribution guidelines ( #19715 )
2023-01-22 19:53:49 +00:00
renovate[bot]
df09a94262
docs: update references to renovate/renovate to v34.102.8 ( #19859 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-16 02:44:31 +00:00
renovate[bot]
8f47b9fcd3
docs: update references to renovate/renovate to v34.102.7 ( #19857 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-16 02:19:55 +00:00
Rhys Arkins
78b8483953
feat(datasource/npm): cache etag for reuse ( #19823 )
2023-01-13 21:20:32 +00:00
Eric Durand-Tremblay
e8a5437cd3
feat(manager/composer): support git-tags hostRules for github.com when updating artifacts ( #18004 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
fixes undefined
2023-01-13 13:33:49 +00:00
Gabriel-Ladzaretti
2de4260b15
feat(packageRules): add experimental env var for matching against package names ( #19784 )
2023-01-12 07:29:48 +00:00
Gabriel-Ladzaretti
de289bb409
feat(core/onboarding): support manual rebase/retry ( #17633 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-11 14:59:08 +01:00
t-kulmburg
51107e3160
feat: replacement support for all managers ( #17883 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-01-11 10:40:25 +01:00
renovate[bot]
20079ae218
docs: update references to renovate/renovate to v34.94.0 ( #19728 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 02:49:45 +00:00
Michael Markey
caa2a76a5e
docs(dependency-pinning): typo in recommendation ( #19726 )
2023-01-08 21:06:11 +00:00
HonkingGoose
8936ee5709
docs(lockFileMaintenance): update list of supported lockfiles ( #19333 )
2023-01-08 08:50:09 +01:00
HonkingGoose
3598b814a0
docs: recommend set commitMessageTopic with packageRules ( #19689 )
2023-01-07 13:02:41 +00:00
Marcin Zajączkowski
f40b643888
docs: Add mandatory db-number to sample redisUrl ( #19712 )
2023-01-07 10:33:43 +00:00
Marek Grzenkowicz
2cd10769f2
feat(template): use environment variables in templates ( #19301 )
2023-01-03 10:55:41 +00:00
Tim Landwerth
f7d69dda1a
feat(bundler): support for updateType patch and minor ( #19446 )
2023-01-03 09:41:11 +01:00
renovate[bot]
f2e31146a4
docs: update references to renovate/renovate to v34.77.1 ( #19625 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-02 03:10:13 +00:00
William Boman
aecfcdbb3c
feat(templates): add decodeURIComponent helper ( #19616 )
2022-12-31 09:25:06 +00:00
Michael Kriese
f2a8699277
docs: separate pages for datasources ( #19611 )
2022-12-30 18:20:41 +01:00
Matúš Ferech
0e84f405a2
docs: fix formatting in use-cases ( #19590 )
2022-12-27 17:33:43 +01:00
Hans-Jörg Wieland
1f9b30f4c0
docs: add helm to supported tools list for dynamic install ( #19589 )
2022-12-27 14:53:00 +00:00
Gabriel-Ladzaretti
2bd9171ba3
feat(packageRules): add depName matchers ( #19565 )
2022-12-26 18:30:44 +00:00
renovate[bot]
b814707762
docs: update references to renovate/renovate to v34.73.1 ( #19571 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-26 02:13:44 +00:00
Joshua Tang
b46e52c353
feat(pub): Support updating lock files ( #19116 )
2022-12-24 19:11:25 +01:00
Sergei Zharinov
75bec0469c
fix(docs): Wrap Docker fenced code block ( #19558 )
2022-12-23 21:10:07 +01:00
Dobes Vandermeer
0100bb035c
Add AWS ECR auth example to docker docs ( #19556 )
2022-12-23 20:34:21 +01:00
HonkingGoose
ca10933af7
docs(config): use table for postUpdateOptions options ( #19508 )
2022-12-21 13:23:31 +01:00
HonkingGoose
e5ab544237
docs(python): remove draft text ( #19473 )
2022-12-19 11:11:40 +01:00
renovate[bot]
a8abb57b0e
docs: update references to renovate/renovate to v34.63.1 ( #19471 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-19 02:50:58 +00:00
Lawrence Thorpe
864585aa5c
feat(config): support .renovaterc.json5
config file ( #19394 )
2022-12-17 23:46:30 +00:00
HonkingGoose
73cac44d2c
docs(python): rewrite page ( #16465 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-17 16:37:51 +01:00
renovate[bot]
f37733dcb1
docs: update references to renovate/renovate to v34.58.1 ( #19445 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 11:22:59 +01:00
Rhys Arkins
ff2a15d868
docs: optimizeForDisabled
2022-12-15 19:20:09 +01:00
Benoît Burnichon
a3587fdfcf
docs: Update nodejs version to 16.x ( #19415 )
2022-12-15 11:16:30 +00:00
Joerg Heinicke
a7fd6d5bf0
docs: Extend documentation on prCreation ( #19345 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-12-15 07:48:32 +01:00
renovate[bot]
645f5d5194
docs: update references to renovate/renovate to v34.54.2 ( #19346 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 03:28:37 +00:00
Kasper Juul Hermansen
eecccfa485
feat: handle workspace.dependencies in cargo ( #18831 )
2022-12-09 06:11:32 +01:00
Jan Høydahl
0d9aaed601
feat(gradle): Support for gradle consistent versions plugin ( #19182 )
...
Co-authored-by: Johannes Feichtner <Churro@users.noreply.github.com>
Closes https://github.com/renovatebot/renovate/issues/8017
2022-12-08 12:21:14 +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
azarashi
d90c4bb5c5
docs: add rust.md
to Language Support
( #19295 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-12-07 13:34:49 +00:00
HonkingGoose
55898f85ae
docs(self-hosting config options): rewrite writeDiscoveredRepos ( #19258 )
2022-12-05 20:35:51 +01:00
Florian Greinacher
7d524dfd87
docs: clarify documentation for matchPaths ( #19246 )
2022-12-05 20:25:12 +01:00
Michael Kriese
4809dbdc23
docs: new nav ( #19188 )
2022-12-05 12:57:57 +01:00
HonkingGoose
a49e206dd3
docs: use input-neutral verbs ( #19165 )
2022-11-30 10:37:00 +01:00
HonkingGoose
ce85e4a3f5
docs(about us): update number of outside contributors ( #19162 )
2022-11-29 13:28:49 +01:00
HonkingGoose
d6668744ed
docs: capitalize abbreviation URL ( #19145 )
2022-11-28 12:10:47 +01:00
renovate[bot]
04e01fa117
docs: update references to renovate/renovate to v34.40.0 ( #19129 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-28 00:44:51 +00:00
Michael Kriese
ff40cb3811
feat(manager/cargo): support dynamic install 🎉 ( #19106 )
2022-11-25 20:45:02 +01:00
Michael Kriese
c25b02e856
feat(manager/gomod): dynamic golang install 🎉 ( #19104 )
2022-11-25 18:11:37 +01:00
HonkingGoose
4f0a3cd359
docs(noise reduction): replace admonition with new heading ( #19052 )
2022-11-23 14:30:54 +01:00
Michael Kriese
1633759497
feat(manager/nuget): support install mode ( #19049 )
2022-11-23 09:35:38 +00:00
renovate[bot]
d8e9de634f
docs: update references to renovate/renovate to v34.29.0 ( #19000 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-21 00:49:50 +00:00
RahulGautamSingh
9a1285d2d2
fix: use matchSourceUrl
to match monorepo packages ( #18973 )
2022-11-20 09:50:27 +00:00
Andrew Meyer
096f8f243e
docs: update python docs to indicate poetry support ( #18945 )
2022-11-17 07:15:19 +02:00
Andrew Rissing
e4e34ff73f
docs: updating formatting ( #18911 )
2022-11-14 14:58:20 +00:00
HonkingGoose
79889a7ff3
docs(nuget): rewrite, add admonitions, add headings ( #18906 )
2022-11-14 08:24:12 -06:00
HonkingGoose
68a329f4bb
docs(self-hosting examples): bump Renovate version ( #18908 )
2022-11-14 08:18:41 -06:00
renovate[bot]
d23e9d08c6
docs: update references to renovate/renovate to v34.24.0 ( #18901 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-14 00:29:49 +00:00
Philip
49b7b733cd
fix:Update renovate-flow.md ( #18891 )
2022-11-13 04:48:08 -06:00
Gabriel-Ladzaretti
991cc7ac3d
feat(repo/cache): add s3 support for user configured folder hierarchy ( #18865 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-11-13 11:00:06 +02:00
Christian Boehlke
53c4120a25
docs: Add pnpm-lock.yaml to supported lock files ( #18844 )
2022-11-09 14:11:59 +00:00
renovate[bot]
a919d1f1e4
docs: update references to renovate/renovate to v34.20.0 ( #18791 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-07 00:48:41 +00:00
HonkingGoose
7da9d60a5f
chore: bump Node.js version for Gitpod ( #18713 )
2022-11-02 12:30:43 +02:00
Michael Kriese
0936ac67f6
feat(platform/gitea): configurable autodiscover repo sorting ( #18636 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-11-01 10:12:33 +00:00
HonkingGoose
7afafc4ac1
docs(opentelemetry): rewrite ( #18672 )
2022-11-01 07:47:49 +02:00
Maron
f50e685fe4
docs(core/config): config options for advanced users only ( #18505 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2022-10-31 07:35:07 +00:00
renovate[bot]
ef4cb97c1e
docs: update references to renovate/renovate to v34 ( #18664 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-31 00:52:22 +00:00
Bryan Shell
ae9cc2845e
docs(preset): add examples for paths without tags ( #18610 )
2022-10-30 07:51:48 +02:00
Olivier Tassinari
ed7576fc86
docs: pinDigests works with GitHub Actions ( #18578 )
2022-10-29 17:25:24 +02:00
Rhys Arkins
bd73e03d72
docs: branchNameStrict description ( #18596 )
2022-10-27 07:14:49 +03:00
Michael Kriese
887cabe3eb
feat: deprecate node v17 support ( #18583 )
2022-10-26 17:12:34 +03:00
HonkingGoose
af39028edb
docs(opentelemetry): use warning admonition ( #18577 )
2022-10-26 13:08:57 +00:00
Sergei Zharinov
b2d18d1110
feat(http): maxRequestsPerSecond ( #18325 )
2022-10-25 11:03:19 +00:00
renovate[bot]
c4a3a7ae94
docs: update references to renovate/renovate to v33 ( #18490 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 00:35:23 +00:00
Rhys Arkins
c9161ef6fd
feat(config)!: default branchNameStrict=true
2022-10-23 06:48:35 +02:00
Sebastian Poxhofer
b53c581e5c
feat(telemetry): add OpenTelemetry tracing MVC ( #15731 )
2022-10-23 06:48:35 +02: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
caad0ae28e
feat(github)!: remove forkMode setting ( #18074 )
...
Removes forkMode setting and instead relies on forkToken alone to indicate forking mode is active. Additionally, defines forkToken as an experimental setting.
BREAKING CHANGE: No longer necessary to configure forkMode. Forking mode is now experimental.
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
Sebastian Poxhofer
0a6d97f23a
feat(config)!: move autodiscovery filter from string to array ( #16525 )
...
Change type of autodiscoverFilter from string to array.
Closes #8763
BREAKING CHANGE: autodiscover filters can no longer include commas
2022-10-23 06:48:35 +02:00
Rhys Arkins
f8436d4ed8
docs: rename help doc
2022-10-21 07:37:24 +02:00
HonkingGoose
ac965e54ff
docs(gitlab bot security): update links ( #18407 )
2022-10-19 15:39:34 +03:00
HonkingGoose
d4687b3261
docs(config options): nudge users away from commitMessage* ( #18410 )
2022-10-19 13:58:03 +03:00
HonkingGoose
3fddcda339
docs(configuration options): explain short vs long host names for matchHost ( #16928 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-19 08:02:32 +03:00
HonkingGoose
42ba1a672b
docs(use cases): rewrite automerge internal dependencies ( #18364 )
2022-10-19 07:40:17 +03:00
HonkingGoose
ec0fafa4d3
docs(known limitations): improve sentence ( #18371 )
2022-10-19 07:39:39 +03:00
HonkingGoose
1f70da4aed
docs: use american english customize ( #18365 )
2022-10-18 10:57:25 +02:00
Gabriel-Ladzaretti
e9153ea294
feat(host-rules): prepend scheme when missing one and containing a url path ( #18358 )
2022-10-17 17:52:40 +03:00
renovate[bot]
09014315a4
docs: update references to renovate/renovate to v32.238.4 ( #18356 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-17 00:32:10 +00:00
HonkingGoose
b9cfb98219
docs(config options): create new sections, rewrite ( #18226 )
2022-10-12 13:59:31 +02:00
HonkingGoose
4d8e2c704f
docs(config options): rewrite additionalReviewers ( #18228 )
2022-10-12 09:16:29 +03:00
HonkingGoose
0a44eb78a2
docs(config options): add tip to disable Renovate ( #18269 )
2022-10-11 15:32:41 +00:00
HonkingGoose
c3a87b687e
docs(config options): rewrite additionalBranchPrefix ( #18227 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-11 09:36:17 +03:00
HonkingGoose
8f3518b747
docs(config options): rewrite automergeStrategy ( #18232 )
2022-10-10 16:12:05 +02:00
HonkingGoose
7c00dc97b3
docs(faq): update major platform feature support ( #18181 )
2022-10-10 08:52:20 +03:00
Daniel Petró
54075b2943
feat(azure): be able to define a required reviewer for PRs ( #18111 )
2022-10-10 05:40:41 +00:00
renovate[bot]
58767fa589
docs: update references to renovate/renovate to v32.226.0 ( #18221 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-10 02:37:37 +00:00
Josh Goldberg
a28b8c34fd
Mention /modules/manager in matchManger config options docs ( #18210 )
2022-10-09 06:48:45 +00:00
HonkingGoose
382331fd26
docs: create key concepts page for pull requests ( #15822 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-06 16:07:13 +02:00
HonkingGoose
fe555880c9
docs(java): enable syntax highlight for code block ( #18129 )
2022-10-05 11:41:10 +00:00
Adam Setch
ac5ec2b723
feat(java): add workaround to limit releases to java LTS versions ( #18007 )
2022-10-04 15:53:51 +00: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
renovate[bot]
1e9dc34c54
docs: update references to renovate/renovate to v32.213.0 ( #18081 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-03 01:42:52 +00:00
SADIK KUZU
e4a8d10f26
fix(docs): Fix typo ( #18076 )
2022-10-02 07:32:52 +00:00
renovate[bot]
510d3cbdaf
docs: update references to renovate/renovate to v32.204.0 ( #17969 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-26 02:35:14 +00:00
bjuraga
f4bbf71b0b
feat: Add bump version to nuget ( #17903 )
2022-09-25 18:45:45 +00:00
Tom Kerkhove
467dec8b7b
docs: Provide guidance around using private NuGet feeds with Azure DevOps ( #17917 )
2022-09-25 12:31:04 +02:00
Rhys Arkins
17c2a006d2
feat: matchCurrentValue ( #17953 )
2022-09-25 06:56:02 +00:00
Rhys Arkins
fc605a59c0
fix(composer): Revert "feat(manager/composer): support git-tags hostRules for github.com when updating artifacts" ( #17961 )
2022-09-25 07:06:44 +03:00
Floyd
73f8859d07
docs(configuration options): clarify optimal order of package rules ( #17774 )
2022-09-24 08:04:23 +03:00
Guillaume Berche
d9f06d8d99
docs: Refine list of fields supporting handlebars templates ( #17943 )
2022-09-23 20:29:54 +03:00
Philip
5fd8c2bd8b
refactor: Refactor azure ( #17858 )
...
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
2022-09-19 13:37:14 +02:00
renovate[bot]
f56bca48fe
docs: update references to renovate/renovate to v32.198.1 ( #17851 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-19 02:32:04 +00:00
renovate[bot]
8af89d27d0
docs: update references to renovate/renovate to v32.194.5 ( #17744 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-12 01:24:09 +00:00
HonkingGoose
76a3d287f5
docs(configuration options): split list ( #17718 )
2022-09-11 07:27:26 +03:00
Rhys Arkins
409803555a
docs: concurrentRequestLimit and hostType ( #17713 )
2022-09-09 07:57:29 +03:00
HonkingGoose
7232f7149d
docs(configuration options): rewrite prHourlyLimit ( #17707 )
2022-09-08 14:50:55 +03:00
HonkingGoose
49e566290b
docs(self-hosting): partial rewrite, add headings ( #17698 )
2022-09-08 14:43:41 +03:00
HonkingGoose
6cdfcbc4ca
docs(known limitations): rewrite and add heading ( #17623 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-06 14:11:46 +00:00
HonkingGoose
ebc2a6ea61
docs(troubleshooting): improve link style ( #17626 )
2022-09-05 12:20:13 +03:00
HonkingGoose
1debd89eae
docs(development): fix brand name spelling ( #17622 )
2022-09-05 09:54:19 +02:00
Johannes Feichtner
6609461c97
docs: fix typos ( #17613 )
2022-09-04 16:21:27 +00:00
HonkingGoose
12f643d362
docs: lazy-load images ( #17565 )
2022-09-02 13:30:49 +02:00
Rhys Arkins
9bc8b05af3
feat: http keepalives ( #17582 )
2022-09-02 12:32:34 +02:00
Michael Kriese
13574419ba
feat(http): support dns cache ( #17533 )
2022-08-31 11:49:54 +00:00
Eric Durand-Tremblay
781b8fbcb7
feat(manager/composer): support git-tags hostRules for github.com when updating artifacts ( #16193 )
2022-08-30 16:49:01 +03:00
Gabriel-Ladzaretti
12acec352f
docs(customChangelog): fix note not render right due to missing whitespaces ( #17506 )
2022-08-30 10:22:57 +00:00
Michael Kriese
6dd4ea3c74
feat(github): use repo url to get token ( #17179 )
2022-08-29 07:37:45 +00:00
Gabriel-Ladzaretti
21ab4bad63
feat(util/exec): enable process group handling on process termination ( #17447 )
2022-08-28 21:32:23 +03:00
Michael Kriese
34b704fe6a
docs(docker): remove wrong authType
usage ( #17424 )
2022-08-26 10:56:20 +02:00
Gabriel-Ladzaretti
ba13dc547b
feat(cache/repository): Implement S3 client ( #17322 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-26 04:47:14 +00:00
Rhys Arkins
22a8cc68f1
chore: use “behind base branch” not “stale” ( #17417 )
2022-08-25 19:56:32 +00:00
Philip
1c81eaf24d
fix(datasource/metadata): delete homepage url case ( #17372 )
...
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: whitesource-for-github-com[bot] <whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: hasanwhitesource <hasan.awad@whitesourcesoftware.com>
Co-authored-by: Hasan Awad <90554456+hasanwhitesource@users.noreply.github.com>
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-25 17:18:51 +00:00
Rhys Arkins
f764f8879c
feat(config): containerbaseDir ( #17414 )
2022-08-25 15:43:06 +00:00
HonkingGoose
e82c87536e
docs(use cases): link to Swissquote article ( #17410 )
2022-08-25 11:14:47 +00:00
HonkingGoose
2a6b86c3d6
docs(self-hosted): migratePresets needs configMigration ( #17377 )
2022-08-25 07:17:34 +00:00
Rhys Arkins
ee6287971d
refactor: use containerbase not buildpack terminology ( #17398 )
2022-08-25 06:59:55 +00:00
HonkingGoose
15f286c310
docs(security and permissions): rewrite certifications section ( #16412 )
2022-08-24 21:20:15 +02:00
HonkingGoose
d077667b67
docs(swissquote): end sentence with full stop ( #17376 )
2022-08-24 11:35:23 +02:00
Tobias
e79402d5a4
chore(docs): hide table of contents in navigation sidebar for user story ( #17370 )
2022-08-24 06:30:11 +00:00
renovate[bot]
353e202e1f
chore(deps): update dependency markdownlint-cli2 to v0.5.1 ( #17301 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-24 05:16:46 +00:00
Gabriel-Ladzaretti
a54cc47950
feat(repo/changelogs): allow user configuration of source url ( #16873 )
2022-08-22 23:16:00 +03:00
HonkingGoose
b2fdb4a306
docs(about us): move HonkingGoose to contributions ( #17326 )
2022-08-22 12:31:49 +02:00
HonkingGoose
3db3d7c11e
docs(configuration options): rewrite branchNameStrict
( #17305 )
2022-08-22 11:21:03 +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
renovate[bot]
d1d72f5022
docs: update references to renovate/renovate to v32.169.1 ( #17315 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-22 02:59:00 +00:00
Gabriel-Ladzaretti
039fce8dc6
refactor(repository/cache): add support for adding various cache clients ( #17146 )
...
Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-21 12:53:20 +00:00
Gabriel-Ladzaretti
01ceaeace4
feat(core/config): allow close to ignore for migration PRs ( #16773 )
2022-08-21 07:33:50 +02:00
Adam Setch
ca5be4be9a
feat: new branchNameStrict configuration flag ( #17216 )
2022-08-19 21:14:51 +00:00
HonkingGoose
e697051257
docs(swissquote): use image captions and lazy-loading ( #17180 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-19 18:31:02 +00:00
HonkingGoose
ace3095f36
docs(about us): update number of contributors ( #17280 )
2022-08-19 12:33:49 +02:00
Rhys Arkins
c82536e5f6
docs(labels): note that labels are only added at PR creation time ( #17234 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 21:34:08 +00:00
Benjamin Appel
551a40ccab
feat(manager/dockerfile): add support for registryAliases ( #17139 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Niko Hass <nikohass571@gmail.com>
Co-authored-by: Niko Haß <48032410+nikohass@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-08-17 13:57:53 +00:00
Colin O'Dell
275ef417d8
docs: versioning
should not be combined with matchUpdateTypes
( #17220 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-17 11:07:39 +02:00
renovate[bot]
e8bd4e1b0a
docs: update references to renovate/renovate to v32.159.1 ( #17176 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 02:32:17 +00:00
Adam Setch
ca15793858
docs: update path for configuration-options ( #17171 )
2022-08-14 15:16:48 +00:00
Stéphane Goetz
19c4334711
docs: Add Article on how Swissquote uses Renovate ( #16809 )
2022-08-12 09:43:29 +02:00
Philip
8f54847e0a
docs: Update private-packages.md nuget section ( #16942 )
2022-08-12 07:57:11 +03:00
Michael Kriese
b24d796623
feat: defer commitBody
compile ( #17108 )
...
* feat(changelogs): defer commitBody compilation
* fix(changelogs): embed to upgrade instead of branch config
* feat: defer `commitBody` compilation
* Update lib/workers/repository/update/branch/index.spec.ts
* fix: wrong logJSON position
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-08-11 20:27:13 +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
Michael Kriese
3f0c34b134
docs: update buildpack support ( #17003 )
2022-08-08 08:31:53 +00:00
renovate[bot]
96b3009c36
docs: update references to renovate/renovate to v32.151.2 ( #17028 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-08 02:05:54 +00:00
HonkingGoose
93e200f2aa
docs(platformAutomerge): recommend setting required status checks ( #16965 )
2022-08-06 13:30:52 +02:00
Yun Lai
f07dcfb03a
feat: add hermit binary source ( #16259 )
2022-08-05 05:17:11 +00:00
HonkingGoose
8c8dceb9e9
docs: update security email ( #16799 )
2022-08-04 11:57:19 +02:00
HonkingGoose
f110ca572a
docs(configuration options): warn never put objects in packageRules array ( #16755 )
2022-08-04 09:01:25 +02:00
Maxime Brunet
cbe8bfc4cf
feat(config-validator): read filenames from CLI arguments ( #16475 )
2022-08-04 06:25:18 +00:00