Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config)!: experimental flags #28187

Closed
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
256 commits
Select commit Hold shift + click to select a range
4f0e5c2
Merge branch 'main' into refactor/experimental-flags
RahulGautamSingh Mar 30, 2024
19a52f3
docs: sort headers
RahulGautamSingh Mar 30, 2024
78ec4a8
Merge branch 'refactor/experimental-flags' of https://github.com/Rahu…
RahulGautamSingh Mar 30, 2024
ac91cf0
create new page for experimental flag
RahulGautamSingh Apr 4, 2024
f99e1a1
store and reuse parsed flag values
RahulGautamSingh Apr 4, 2024
6ee7872
Update lib/util/experimental-flags.ts
RahulGautamSingh Apr 7, 2024
87ac66b
Apply suggestions from code review
RahulGautamSingh Apr 7, 2024
15a8720
add tests
RahulGautamSingh Apr 7, 2024
d0baeca
refactor
RahulGautamSingh Apr 7, 2024
5f3ad4d
Merge branch 'main' into refactor/experimental-flags
RahulGautamSingh Apr 7, 2024
bb533fa
Apply suggestions from code review
RahulGautamSingh Apr 8, 2024
ee5d9c8
apply suggestions
RahulGautamSingh Apr 8, 2024
2442baf
add new page to .pages
RahulGautamSingh Apr 8, 2024
69a5e15
Merge branch 'main' into refactor/experimental-flags
viceice Apr 9, 2024
e7326bd
Update lib/util/experimental-flags.spec.ts
RahulGautamSingh Apr 9, 2024
f389c56
add tests
RahulGautamSingh Apr 10, 2024
ffb2d72
class based implementation
RahulGautamSingh Apr 10, 2024
78df147
update docs
RahulGautamSingh Apr 10, 2024
ca3f1d3
autoDiscoverRepoOrder
RahulGautamSingh Apr 10, 2024
82a9181
fix issues
RahulGautamSingh Apr 10, 2024
9a5b0fe
Update docs/usage/self-hosted-experimental-flags.md
RahulGautamSingh Apr 10, 2024
30fcc03
revert boolean type flag
RahulGautamSingh Apr 11, 2024
597811c
autoDiscoverRepoSort
RahulGautamSingh Apr 11, 2024
d4dff27
move ExperimentalFlag class into './global'
RahulGautamSingh Apr 11, 2024
bd52857
fix tests and imports
RahulGautamSingh Apr 11, 2024
f01ccab
validation for autoDiscoverReopSort
RahulGautamSingh Apr 11, 2024
eef2a6c
refacte
RahulGautamSingh Apr 11, 2024
585201e
apply suggestions
RahulGautamSingh Apr 11, 2024
806487f
include getExperimentalFlag() in GlobalConfig class
RahulGautamSingh Apr 11, 2024
bf50241
Update docs/usage/self-hosted-configuration.md
RahulGautamSingh Apr 11, 2024
9320c37
Merge branch 'main' into refactor/experimental-flags
RahulGautamSingh Apr 14, 2024
c7bba4c
modify multiple-strings flag type
RahulGautamSingh Apr 14, 2024
37f4df7
fix coverage
RahulGautamSingh Apr 14, 2024
e92045c
fix formatting
RahulGautamSingh Apr 14, 2024
513552f
fix tests
RahulGautamSingh Apr 16, 2024
467b566
use i flag in regex instead of A-Z
RahulGautamSingh Apr 16, 2024
e3c3476
docs: apply suggestion
RahulGautamSingh Apr 18, 2024
e4d5a0c
Update docs/usage/self-hosted-configuration.md
RahulGautamSingh Apr 19, 2024
3a4debc
Merge branch 'main' into refactor/experimental-flags
RahulGautamSingh Apr 20, 2024
1a0655a
fix lint issues
RahulGautamSingh Apr 20, 2024
6f3ece1
revert non-boolean conversions
RahulGautamSingh Apr 23, 2024
5ecf209
RENOVATE_X_NO_MAVEN_POM_CHECK -> noMavenPomCheck
RahulGautamSingh Apr 23, 2024
6b2b338
RENOVATE_PAGINATE_ALL -> paginateAll
RahulGautamSingh Apr 23, 2024
00a36eb
RENOVATE_X_EXEC_GPID_HANDLE -> execGpidHandle
RahulGautamSingh Apr 23, 2024
a4c1641
RENOVTAE_X_REPO_CACHE_FORCE_LOCAL -> repoCacheForceLocal
RahulGautamSingh Apr 24, 2024
fbdc1b9
RENOVTAE_X_NUGET_DOWNLOAD_NUPKGS -> nugetDownloadNupkgs
RahulGautamSingh Apr 24, 2024
e287522
RENOVTAE_X_REBASE_PAGINATION_LINKS -> rebasePaginationLinks
RahulGautamSingh Apr 24, 2024
ba06fbe
RENOVTAE_X_S3_PATH_STYLE -> s3PathStyle
RahulGautamSingh Apr 24, 2024
00caca0
RENOVTAE_X_SQLITE_PACKAGE_CACHE -> sqlitePackageCache
RahulGautamSingh Apr 24, 2024
dfeae10
RENOVATE_X_SUPPRESS_PRE_COMMIT_WARNING -> supressPreCommitWarning
RahulGautamSingh Apr 24, 2024
0084f4a
RENOVATE_X_YARN_PROXY -> yarnProxy
RahulGautamSingh Apr 24, 2024
02c346f
Merge branch 'main' into refactor/experimental-flags
RahulGautamSingh Apr 24, 2024
c9afba9
RENOVATE_X_USE_OPENPGP -> useOpenpgp
RahulGautamSingh Apr 24, 2024
c629e21
revert s3PathStyle
RahulGautamSingh Apr 24, 2024
18c1b0d
coverage: istanbul ignore
RahulGautamSingh Apr 24, 2024
fc70ddc
refactor
RahulGautamSingh Apr 24, 2024
553ab76
Revert "revert s3PathStyle"
RahulGautamSingh Apr 25, 2024
e7a825f
update docs
RahulGautamSingh Apr 25, 2024
cc2a2ab
revert unwanted changes
RahulGautamSingh Apr 25, 2024
db0ee08
refactor: docs
RahulGautamSingh Apr 25, 2024
1517571
Apply suggestions from code review
RahulGautamSingh Apr 25, 2024
5872d81
fix coverage
RahulGautamSingh Apr 25, 2024
cf8f631
fix validation message
RahulGautamSingh Apr 25, 2024
9257bb0
refactor: tests
RahulGautamSingh Apr 25, 2024
1351064
apply suggestions
RahulGautamSingh Apr 26, 2024
a429055
fix(config)!: globalExtends merge order (#28145)
rarkins Mar 27, 2024
fccde3a
feat(manager/pep621)!: remove group name from depName (#28193)
secustor Apr 2, 2024
b739aa0
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
viceice Apr 13, 2024
e3385ba
feat!: stop publishing slim docker tags (#27993)
viceice Apr 14, 2024
ee1a463
fix(config)!: Use `depNameSanitized` in branch name for vulnerability…
takac Apr 14, 2024
68687c0
feat(npm)!: drop transitiveRemediation option (#27985)
rarkins Apr 14, 2024
adb8fae
feat(config)!: change onboardingNoDeps from `boolean` to `enum` (#28133)
RahulGautamSingh Apr 14, 2024
a37987d
feat(config)!: * pattern matches everything (#28556)
rarkins Apr 21, 2024
dfed03c
feat(logging)!: initialize file logging via env (#28104)
RahulGautamSingh Apr 21, 2024
e05a466
feat(package-rules)!: remove depName fallback (#28548)
rarkins Apr 21, 2024
0d5e1bb
feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …
rarkins Apr 21, 2024
59d59f0
feat(packageRules)!: support glob/regex patterns for matchPackageName…
rarkins Apr 23, 2024
1dbd621
build!: drop compatibility from docker image (#28588)
viceice Apr 23, 2024
73df318
feat(git)!: determine branch modification based on all branch commits…
AaronMoat Apr 23, 2024
73e35bc
feat(packageRules)!: support regex or glob matching for all (#28591)
rarkins Apr 23, 2024
86ae4b9
Merge branch 'v38' into refactor/experimental-flags
rarkins Apr 29, 2024
a54ffeb
feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715)
rarkins Apr 29, 2024
85525cb
disableDockerHubTags
RahulGautamSingh Apr 29, 2024
cecb426
prettier
RahulGautamSingh Apr 29, 2024
5d2c210
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh Apr 29, 2024
6f4d85e
Merge branch 'refactor/experimental-flags' of https://github.com/Rahu…
RahulGautamSingh Apr 29, 2024
60afba8
add all experimentation flags to allowedFlags list
RahulGautamSingh Apr 29, 2024
dbb7fd8
Apply suggestions from code review
RahulGautamSingh Apr 29, 2024
f4c2dcf
update docs
RahulGautamSingh Apr 29, 2024
e5dfc83
test: update wrong assertion (#28741)
RahulGautamSingh Apr 30, 2024
ee149dc
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh Apr 30, 2024
62a6614
fix(config)!: globalExtends merge order (#28145)
rarkins Mar 27, 2024
d5865e4
feat(manager/pep621)!: remove group name from depName (#28193)
secustor Apr 2, 2024
dfcc4cc
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
viceice Apr 13, 2024
401ddc5
feat!: stop publishing slim docker tags (#27993)
viceice Apr 14, 2024
7a574c9
fix(config)!: Use `depNameSanitized` in branch name for vulnerability…
takac Apr 14, 2024
2335b6d
feat(npm)!: drop transitiveRemediation option (#27985)
rarkins Apr 14, 2024
f0d02a8
feat(config)!: change onboardingNoDeps from `boolean` to `enum` (#28133)
RahulGautamSingh Apr 14, 2024
e433de2
feat(config)!: * pattern matches everything (#28556)
rarkins Apr 21, 2024
e6c9524
feat(logging)!: initialize file logging via env (#28104)
RahulGautamSingh Apr 21, 2024
c64ecc3
feat(package-rules)!: remove depName fallback (#28548)
rarkins Apr 21, 2024
79a7c85
feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …
rarkins Apr 21, 2024
40f5015
feat(packageRules)!: support glob/regex patterns for matchPackageName…
rarkins Apr 23, 2024
b13afad
build!: drop compatibility from docker image (#28588)
viceice Apr 23, 2024
58494a9
feat(git)!: determine branch modification based on all branch commits…
AaronMoat Apr 23, 2024
41453e5
feat(packageRules)!: support regex or glob matching for all (#28591)
rarkins Apr 23, 2024
14b6690
feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715)
rarkins Apr 29, 2024
bc40d99
test: update wrong assertion (#28741)
RahulGautamSingh Apr 30, 2024
bed9567
chore(deps): update dependency @types/node to v20
rarkins May 5, 2024
70064e8
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh May 5, 2024
65a7227
fix(config)!: globalExtends merge order (#28145)
rarkins Mar 27, 2024
1891c08
feat(manager/pep621)!: remove group name from depName (#28193)
secustor Apr 2, 2024
8654392
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
viceice Apr 13, 2024
2e9cdf1
feat!: stop publishing slim docker tags (#27993)
viceice Apr 14, 2024
51c44b2
fix(config)!: Use `depNameSanitized` in branch name for vulnerability…
takac Apr 14, 2024
2651dac
feat(npm)!: drop transitiveRemediation option (#27985)
rarkins Apr 14, 2024
802d389
feat(config)!: change onboardingNoDeps from `boolean` to `enum` (#28133)
RahulGautamSingh Apr 14, 2024
4a89d9a
feat(config)!: * pattern matches everything (#28556)
rarkins Apr 21, 2024
3abc813
feat(logging)!: initialize file logging via env (#28104)
RahulGautamSingh Apr 21, 2024
b5af304
feat(package-rules)!: remove depName fallback (#28548)
rarkins Apr 21, 2024
bcd3e2d
feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …
rarkins Apr 21, 2024
6f527d0
feat(packageRules)!: support glob/regex patterns for matchPackageName…
rarkins Apr 23, 2024
e42f0be
build!: drop compatibility from docker image (#28588)
viceice Apr 23, 2024
148d871
feat(git)!: determine branch modification based on all branch commits…
AaronMoat Apr 23, 2024
00fe5d5
feat(packageRules)!: support regex or glob matching for all (#28591)
rarkins Apr 23, 2024
2e26b8e
feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715)
rarkins Apr 29, 2024
645e70f
test: update wrong assertion (#28741)
RahulGautamSingh Apr 30, 2024
28c5c8e
chore(deps): update dependency @types/node to v20
rarkins May 5, 2024
6be9680
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh May 7, 2024
e116b0f
Apply suggestions from code review
RahulGautamSingh May 7, 2024
cdc5c01
fix formatting
RahulGautamSingh May 7, 2024
554510d
fix conflicts
RahulGautamSingh May 7, 2024
52ae946
convert legacy env vars to flags
RahulGautamSingh May 8, 2024
88e5e97
fix(config)!: globalExtends merge order (#28145)
rarkins Mar 27, 2024
8c31ac3
feat(manager/pep621)!: remove group name from depName (#28193)
secustor Apr 2, 2024
b05ac26
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
viceice Apr 13, 2024
2f242d4
feat!: stop publishing slim docker tags (#27993)
viceice Apr 14, 2024
739160e
fix(config)!: Use `depNameSanitized` in branch name for vulnerability…
takac Apr 14, 2024
31997aa
feat(npm)!: drop transitiveRemediation option (#27985)
rarkins Apr 14, 2024
4755d7c
feat(config)!: change onboardingNoDeps from `boolean` to `enum` (#28133)
RahulGautamSingh Apr 14, 2024
70ce578
feat(config)!: * pattern matches everything (#28556)
rarkins Apr 21, 2024
68fd387
feat(logging)!: initialize file logging via env (#28104)
RahulGautamSingh Apr 21, 2024
d2419e4
feat(package-rules)!: remove depName fallback (#28548)
rarkins Apr 21, 2024
7fa7415
feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …
rarkins Apr 21, 2024
65d1939
feat(packageRules)!: support glob/regex patterns for matchPackageName…
rarkins Apr 23, 2024
15e64d6
build!: drop compatibility from docker image (#28588)
viceice Apr 23, 2024
e7596ad
feat(git)!: determine branch modification based on all branch commits…
AaronMoat Apr 23, 2024
d8ec625
feat(packageRules)!: support regex or glob matching for all (#28591)
rarkins Apr 23, 2024
e7f474e
feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715)
rarkins Apr 29, 2024
1a4f66e
test: update wrong assertion (#28741)
RahulGautamSingh Apr 30, 2024
96c085b
chore(deps): update dependency @types/node to v20
rarkins May 5, 2024
2422191
refactor(vulnerability-alerts): move to REST API (#27378)
RahulGautamSingh May 10, 2024
990b18c
feat(packageRules): migrate matchers and excludes (#28602)
rarkins May 13, 2024
cc6362b
Merge remote-tracking branch 'upstream/v38' into refactor/experimenta…
RahulGautamSingh May 14, 2024
9ec61cf
fix(config)!: globalExtends merge order (#28145)
rarkins Mar 27, 2024
43a437d
feat(manager/pep621)!: remove group name from depName (#28193)
secustor Apr 2, 2024
e909116
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
viceice Apr 13, 2024
3b2bab3
feat!: stop publishing slim docker tags (#27993)
viceice Apr 14, 2024
788965c
fix(config)!: Use `depNameSanitized` in branch name for vulnerability…
takac Apr 14, 2024
7eb36b8
feat(npm)!: drop transitiveRemediation option (#27985)
rarkins Apr 14, 2024
9049fb2
feat(config)!: change onboardingNoDeps from `boolean` to `enum` (#28133)
RahulGautamSingh Apr 14, 2024
c9c44e4
feat(config)!: * pattern matches everything (#28556)
rarkins Apr 21, 2024
ceb1381
feat(logging)!: initialize file logging via env (#28104)
RahulGautamSingh Apr 21, 2024
0466b01
feat(package-rules)!: remove depName fallback (#28548)
rarkins Apr 21, 2024
356bdd9
feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …
rarkins Apr 21, 2024
6790556
feat(packageRules)!: support glob/regex patterns for matchPackageName…
rarkins Apr 23, 2024
18be80b
build!: drop compatibility from docker image (#28588)
viceice Apr 23, 2024
917bc18
feat(git)!: determine branch modification based on all branch commits…
AaronMoat Apr 23, 2024
5f2155c
feat(packageRules)!: support regex or glob matching for all (#28591)
rarkins Apr 23, 2024
3be8898
feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715)
rarkins Apr 29, 2024
36e5987
test: update wrong assertion (#28741)
RahulGautamSingh Apr 30, 2024
7a93e64
chore(deps): update dependency @types/node to v20
rarkins May 5, 2024
8d91d6a
refactor(vulnerability-alerts): move to REST API (#27378)
RahulGautamSingh May 10, 2024
f9bdc3a
feat(packageRules): migrate matchers and excludes (#28602)
rarkins May 13, 2024
a7dc64f
feat(logging)!: drop `logFile` and `logFileLevel` (#29104)
RahulGautamSingh May 17, 2024
972bd7a
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh May 20, 2024
3d7302d
fix lint issue
RahulGautamSingh May 21, 2024
2035e7e
fix(presets): replace `matchPackagePrefix/Patterns` with `matchPackag…
RahulGautamSingh May 22, 2024
609e464
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh May 22, 2024
3f42faa
feat(github): convert `platformCommit` to enum (#29156)
RahulGautamSingh May 24, 2024
18db845
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh May 24, 2024
c632d02
Update lib/config/validation.ts
RahulGautamSingh May 28, 2024
da5aa41
apply suggestions
RahulGautamSingh May 30, 2024
5d9c5e6
Revert "RENOVTAE_X_SQLITE_PACKAGE_CACHE -> sqlitePackageCache"
RahulGautamSingh May 30, 2024
79c7d08
fix tests
RahulGautamSingh May 30, 2024
e649217
fix(config)!: globalExtends merge order (#28145)
rarkins Mar 27, 2024
545fe54
feat(manager/pep621)!: remove group name from depName (#28193)
secustor Apr 2, 2024
2082cae
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
viceice Apr 13, 2024
d79dc3c
feat!: stop publishing slim docker tags (#27993)
viceice Apr 14, 2024
035c863
fix(config)!: Use `depNameSanitized` in branch name for vulnerability…
takac Apr 14, 2024
a5c5454
feat(npm)!: drop transitiveRemediation option (#27985)
rarkins Apr 14, 2024
b2b2d42
feat(config)!: change onboardingNoDeps from `boolean` to `enum` (#28133)
RahulGautamSingh Apr 14, 2024
8877b8f
feat(config)!: * pattern matches everything (#28556)
rarkins Apr 21, 2024
424bb3d
feat(logging)!: initialize file logging via env (#28104)
RahulGautamSingh Apr 21, 2024
2ed9716
feat(package-rules)!: remove depName fallback (#28548)
rarkins Apr 21, 2024
36707ce
feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …
rarkins Apr 21, 2024
b0659cb
feat(packageRules)!: support glob/regex patterns for matchPackageName…
rarkins Apr 23, 2024
0635f40
build!: drop compatibility from docker image (#28588)
viceice Apr 23, 2024
0302a26
feat(git)!: determine branch modification based on all branch commits…
AaronMoat Apr 23, 2024
44493ab
feat(packageRules)!: support regex or glob matching for all (#28591)
rarkins Apr 23, 2024
be5ce9d
feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715)
rarkins Apr 29, 2024
26941ea
test: update wrong assertion (#28741)
RahulGautamSingh Apr 30, 2024
52ab702
chore(deps): update dependency @types/node to v20
rarkins May 5, 2024
7f63efd
refactor(vulnerability-alerts): move to REST API (#27378)
RahulGautamSingh May 10, 2024
b66597a
feat(packageRules): migrate matchers and excludes (#28602)
rarkins May 13, 2024
f97852a
feat(logging)!: drop `logFile` and `logFileLevel` (#29104)
RahulGautamSingh May 17, 2024
6aa6b23
fix(presets): replace `matchPackagePrefix/Patterns` with `matchPackag…
RahulGautamSingh May 22, 2024
e2dd8c1
feat(github): convert `platformCommit` to enum (#29156)
RahulGautamSingh May 24, 2024
a0ae617
chore: prettier-fix docs
rarkins May 31, 2024
080ff4b
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh May 31, 2024
c2bec26
Update lib/config/validation.ts
RahulGautamSingh May 31, 2024
2954e06
feat(http): remove `dnsCache` option (#29449)
RahulGautamSingh Jun 5, 2024
77bfe96
fix!: normalize Python depName in every manager (#27733)
not7cd Jun 6, 2024
868f946
fix(config)!: globalExtends merge order (#28145)
rarkins Mar 27, 2024
e1233d3
feat(manager/pep621)!: remove group name from depName (#28193)
secustor Apr 2, 2024
c0a369b
feat(gitea)!: use `Bearer` instead of `token` for auth (#28308)
viceice Apr 13, 2024
2833739
feat!: stop publishing slim docker tags (#27993)
viceice Apr 14, 2024
40df298
fix(config)!: Use `depNameSanitized` in branch name for vulnerability…
takac Apr 14, 2024
3ffd554
feat(npm)!: drop transitiveRemediation option (#27985)
rarkins Apr 14, 2024
40b0414
feat(config)!: change onboardingNoDeps from `boolean` to `enum` (#28133)
RahulGautamSingh Apr 14, 2024
520be38
feat(config)!: * pattern matches everything (#28556)
rarkins Apr 21, 2024
7254d87
feat(logging)!: initialize file logging via env (#28104)
RahulGautamSingh Apr 21, 2024
a240306
feat(package-rules)!: remove depName fallback (#28548)
rarkins Apr 21, 2024
1f4618b
feat(datasource/docker)!: prefer hub.docker.com over index.docker.io …
rarkins Apr 21, 2024
9db51a7
feat(packageRules)!: support glob/regex patterns for matchPackageName…
rarkins Apr 23, 2024
785cfeb
build!: drop compatibility from docker image (#28588)
viceice Apr 23, 2024
deff28b
feat(git)!: determine branch modification based on all branch commits…
AaronMoat Apr 23, 2024
e62e55c
feat(packageRules)!: support regex or glob matching for all (#28591)
rarkins Apr 23, 2024
a856a70
feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715)
rarkins Apr 29, 2024
a0f27fc
test: update wrong assertion (#28741)
RahulGautamSingh Apr 30, 2024
cf04dbf
chore(deps): update dependency @types/node to v20
rarkins May 5, 2024
1cede41
refactor(vulnerability-alerts): move to REST API (#27378)
RahulGautamSingh May 10, 2024
ab87dc8
feat(packageRules): migrate matchers and excludes (#28602)
rarkins May 13, 2024
b3e86d9
feat(logging)!: drop `logFile` and `logFileLevel` (#29104)
RahulGautamSingh May 17, 2024
8b4d77c
fix(presets): replace `matchPackagePrefix/Patterns` with `matchPackag…
RahulGautamSingh May 22, 2024
1fbc70e
feat(github): convert `platformCommit` to enum (#29156)
RahulGautamSingh May 24, 2024
fa197c0
chore: prettier-fix docs
rarkins May 31, 2024
cb1afac
feat(http): remove `dnsCache` option (#29449)
RahulGautamSingh Jun 5, 2024
11533dd
fix!: normalize Python depName in every manager (#27733)
not7cd Jun 6, 2024
92c6402
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh Jun 9, 2024
11dadcb
Merge branch 'v38' into refactor/experimental-flags
RahulGautamSingh Jun 9, 2024
40a396f
remove RENOVATE_X_SUPPRESS_PRE_COMMIT_WARNING
RahulGautamSingh Jun 9, 2024
68c8ec8
remove paginateAll and rebasePaginationLinks
RahulGautamSingh Jun 9, 2024
11a2950
remove openPgp
RahulGautamSingh Jun 10, 2024
836a5c5
refactor
RahulGautamSingh Jun 10, 2024
e9405a3
update docs
RahulGautamSingh Jun 10, 2024
fbf9819
Revert "remove openPgp"
RahulGautamSingh Jun 18, 2024
541ebb2
refactor
RahulGautamSingh Jun 18, 2024
d6c6810
apply suggestion
RahulGautamSingh Jul 9, 2024
3e83c36
add test
RahulGautamSingh Jul 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/usage/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ nav:
- 'Overview': 'config-overview.md'
- 'Repository': 'configuration-options.md'
- 'Self-hosted': 'self-hosted-configuration.md'
- 'Self-hosted experimental flags': 'self-hosted-experimental-flags.md'
- 'Presets': 'config-presets.md'
- 'Validation': 'config-validation.md'
- ... | key-concepts
Expand Down
4 changes: 3 additions & 1 deletion docs/usage/config-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Read the [Self-hosted experimental environment variables](./self-hosted-experime
Finally, there are some special environment variables that are loaded _before_ configuration parsing because they are used during logging initialization:

- `LOG_CONTEXT`: a unique identifier used in each log message to track context
- `LOG_FILE`: used to enable file logging and specify the log file path
- `LOG_FILE_LEVEL`: log file logging level, defaults to `debug`
- `LOG_FORMAT`: defaults to a "pretty" human-readable output, but can be changed to "json"
- `LOG_LEVEL`: most commonly used to change from the default `info` to `debug` logging

Expand Down Expand Up @@ -273,7 +275,7 @@ To get a onboarding PR from Renovate, change to Interactive mode either at the R

#### Installing Renovate into selected repositories always leads to onboarding PRs

Additionally, if an Organization is installed with "Selected repositories" then the app will change `onboardingNoDeps` to `true` so that an Onboarding PR is created even if no dependencies are detected.
Additionally, if an Organization is installed with "Selected repositories" then the app will change `onboardingNoDeps` to `"enabled"` so that an Onboarding PR is created even if no dependencies are detected.

### Fork Processing

Expand Down
Loading