Commit graph

1349 commits

Author SHA1 Message Date
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 forkTokenis 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