Michael Kriese
9654516f54
chore: update renovate config ( #18535 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-25 14:22:58 +03:00
Sergei Zharinov
b2d18d1110
feat(http): maxRequestsPerSecond ( #18325 )
2022-10-25 11:03:19 +00:00
RahulGautamSingh
65b2069125
refactor(mix): remove comment ( #18534 )
...
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-25 10:14:14 +00:00
Rhys Arkins
f8fddc70f5
fix!: revert branchNameStrict to false ( #18536 )
2022-10-25 09:41:50 +00:00
Michael Kriese
961a7776e0
fix(datasource/pod): wrong regex ( #18533 )
2022-10-25 12:23:19 +03:00
Michael Kriese
2349e55976
fix(autodiscover): accept simple string ( #18531 )
2022-10-25 11:15:01 +03:00
RahulGautamSingh
f4f89e12e1
fix(manager/mix): ignore comments when extracting deps ( #18479 )
2022-10-25 07:32:52 +00:00
Johannes Feichtner
58c9b15162
fix(manager/gradle): only accept known format for optional classifiers ( #18525 )
2022-10-25 06:58:28 +02:00
renovate[bot]
8f546ea21e
chore(deps): update linters to v5.40.1 ( #18528 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 22:16:54 +00:00
renovate[bot]
43f3b07675
build(deps): update dependency cacache to v17.0.1 ( #18527 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 21:54:56 +00:00
renovate[bot]
d2f22e90e6
chore(deps): update actions/dependency-review-action action to v2.5.1 ( #18518 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 17:10:47 +00:00
renovate[bot]
c899c50a56
chore(deps): update dependency @types/luxon to v3.0.2 ( #18519 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 16:47:01 +00:00
Mathieu Kniewallner
867c47ff65
ci: make node v16 required ( #18487 )
2022-10-24 08:52:35 +00:00
Rhys Arkins
4378b20f91
docs: repology warning
2022-10-24 10:05:50 +02:00
Philip
4c528e1a28
feat(platform/codecommit): add token support in config_js and update docs ( #18496 )
2022-10-24 07:42:06 +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
renovate[bot]
0a3a7be9f9
chore(deps): lock file maintenance ( #18491 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 00:18:46 +00:00
Mathieu Kniewallner
e2a42d3b2b
feat(pip-compile): handle --strip-extras
argument ( #18486 )
2022-10-23 19:39:24 +02:00
Johannes Feichtner
96bb97914b
chore: exclude __mocks__ in jest config due to jest-haste-map warning ( #18482 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-23 11:44:00 +00:00
Johannes Feichtner
b544d5ca80
test(manager/gradle): refactoring to map tests to Gradle functionality ( #18481 )
2022-10-23 13:24:20 +02:00
renovate[bot]
1b2eb931dd
build(deps): update opentelemetry-js monorepo ( #18477 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-23 10:27:21 +02:00
Johannes Feichtner
c02014a16e
fix(manager/gradle): normalize aliases in versionCatalog ( #18473 )
2022-10-23 06:07:49 +00:00
Rhys Arkins
8ee28a4492
chore: update yarn.lock
2022-10-23 06:53:18 +02: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
b5a515b533
feat!: default internalChecksFilter to strict ( #18460 )
...
BREAKING CHANGE: Default value for internalChecksFilter changes from none to strict
2022-10-23 06:48:35 +02:00
Thomas
a446c2bc6d
fix(go)!: Fallback to git-tags instead of github-tags ( #18060 )
...
Changes go datasource fallback from github tags to git tags.
Closes #17923
BREAKING CHANGE: git-tags will be used instead of github-tags if a go package's host type is unknown.
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-23 06:48:35 +02:00
Philip
80af0fdf76
feat: Support AWS Code Commit platform ( #17076 )
2022-10-23 06:48:35 +02:00
Rhys Arkins
b9f783b52d
fix: ignoreScripts default ( #18403 )
...
Changes ignoreScripts defaulit to be `true`.
Closes #18173
BREAKING CHANGE: ignoreScripts now default to true. If allowScripts=true in global config, ignoreScripts must be set to false in repo config if you want all repos to run scripts.
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
Maxime Brunet
5e7844fb81
feat(jsonnet-bundler)!: Use absolute import format for depName ( #14525 )
...
Use absolute import format for depName in jsonnet-bundler.
Closes #13568
BREAKING CHANGE: `depName` now uses the "absolute import" format (e.g. `bar` → `github.com/foo/bar/baz-wow`)
2022-10-23 06:48:35 +02:00
Rhys Arkins
deea75058a
feat(azure-pipelines)!: disable by default ( #18142 )
...
Closes #15818
BREAKING CHANGE: azure-pipelines manager is now disabled by default.
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
43c3ea1acb
fix(config)!: unify env and cli coercions ( #13171 )
...
Unifies CLI and env coercions.
BREAKING CHANGE: boolean variables must be true or false when configured in env, and errors will be thrown for invalid values. Previously invalided values were ignored and treated as false.
2022-10-23 06:48:35 +02:00
Rhys Arkins
6fb2cce6e9
feat: deprecate node v14 ( #16969 )
...
Removes support for Node 14 as a runtime for Renovate.
BREAKING CHANGE: Node 16 is the required runtime for Renovate.
2022-10-23 06:48:35 +02:00
Rhys Arkins
0be74f3ff9
feat: default to binarySource=install ( #18027 )
...
Changes binarySource default value from global to install.
Closes #14531
BREAKING CHANGE: Users of containerbase images (such as official Renovate images) will now have dynamic package manager installs enabled by default.
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
github-actions[bot]
9e74ddc5e0
fix(data): automatic update of static data ( #18476 )
2022-10-23 06:05:01 +02:00
renovate[bot]
1e30d2627a
chore(deps): update dependency @types/node to v16.11.66 ( #18475 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-22 22:36:55 +00:00
Johannes Feichtner
b4f5f88526
fix(manager/gradle): allow dependency classifiers ( #18469 )
2022-10-22 16:28:04 +02:00
Rhys Arkins
cc50beb093
fix(http): use request for retryCount
2022-10-22 07:27:12 +02:00
renovate[bot]
97fb28783e
chore(deps): update dependency eslint-plugin-jest to v27.1.2 ( #18463 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-22 01:43:53 +00:00
renovate[bot]
40c26c9986
chore(deps): update actions/upload-artifact action to v3.1.1 ( #18461 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-21 22:09:38 +00:00
RahulGautamSingh
91cef564d4
refactor: change currentVersion to non-optional in UpdateLockedConfig ( #18406 )
2022-10-21 15:29:39 +00:00
RahulGautamSingh
ef8c4ac1c1
fix: parentSha logic ( #18331 )
2022-10-21 16:20:51 +03:00
Rhys Arkins
cdec83463c
fix(http): improve error logging ( #18454 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-10-21 10:14:45 +00:00
Michael Kriese
67043c4381
fix(datasource/docker): log http mode for getManifestResponse ( #18450 )
2022-10-21 12:57:58 +03:00
renovate[bot]
87daae8fa5
chore(deps): update jest monorepo to v29.2.0 ( #18452 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-21 09:54:21 +00:00
Rhys Arkins
da244e3b9c
chore: improve graphql shrinking log ( #18445 )
2022-10-21 09:04:13 +02:00
Rhys Arkins
3aa94d46f4
chore: no meta for debug statements
2022-10-21 08:02:05 +02:00