Update renovate/renovate Docker tag to v36
This MR contains the following updates:
Package | Update | Change |
---|---|---|
renovate/renovate | major |
35.159.7 -> 36.21.1
|
Release Notes
renovatebot/renovate (renovate/renovate)
v36.21.1
Bug Fixes
Code Refactoring
v36.21.0
Features
Documentation
Code Refactoring
- rubygems: Extract v1 API handling (#23474) (0e2083e)
- rubygems: Unify fetching via v1 API (#23517) (3559cb3)
Tests
v36.20.1
Bug Fixes
v36.19.2
Bug Fixes
v36.19.1
Bug Fixes
v36.18.4
Bug Fixes
Tests
v36.18.3
Bug Fixes
Code Refactoring
v36.18.2
Bug Fixes
v36.18.0
Features
Miscellaneous Chores
- deps: update dependency @types/luxon to v3.3.1 (#23494) (d19f790)
- deps: update dependency nock to v13.3.2 (#23493) (1013a85)
v36.17.0
Features
v36.16.0
Features
Miscellaneous Chores
- deps: update dependency @swc/core to v1.3.70 (#23466) (920aef9)
Code Refactoring
v36.14.0
Features
Miscellaneous Chores
v36.13.2
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
v36.13.0
Features
v36.11.0
Features
Miscellaneous Chores
v36.10.1
Bug Fixes
Miscellaneous Chores
v36.10.0
Features
v36.9.2
Bug Fixes
Miscellaneous Chores
v36.9.1
Bug Fixes
Documentation
v36.9.0
Features
v36.8.12
Bug Fixes
Documentation
Miscellaneous Chores
- deps: update dependency type-fest to v3.13.0 (#23396) (731e795)
- deps: update dependency type-fest to v3.13.1 (#23397) (4b43966)
- improve devcontainer (#23378) (948b9a8)
v36.8.11
Bug Fixes
v36.8.9
Build System
v36.8.7
Miscellaneous Chores
- deps: update dependency @types/eslint to v8.44.0 (#23380) (de86844)
- deps: update linters (#23385) (53f391a)
Build System
v36.8.6
Bug Fixes
Miscellaneous Chores
v36.8.5
Bug Fixes
v36.8.4
Bug Fixes
v36.8.2
Build System
v36.8.1
Bug Fixes
v36.7.7
Bug Fixes
v36.7.6
Bug Fixes
Documentation
- docker: update Ubuntu and Debian code names (#23323) (5dce6bb)
- hosted-app: update log section (#23320) (e23e70d)
- packageRules: update description (#23328) (4d48de4)
Miscellaneous Chores
- deps: update dependency @openpgp/web-stream-tools to v0.0.14 (#23332) (9fd7485)
v36.7.5
Bug Fixes
Documentation
- matchFileNames negative match (2092254)
v36.7.3
Bug Fixes
Code Refactoring
v36.7.2
Miscellaneous Chores
- deps: update dependency @swc/core to v1.3.68 (#23312) (2fbd472)
Build System
- deps: update dependency @renovatebot/pep440 to v2.1.20 (#23311) (38ece7e)
v36.7.1
Bug Fixes
- compute
recreateClosed
for normal MRs (#23298) (9666506) -
rubygems: Restrict metadata cache to
rubygems.org
host (#23307) (0bc7e61)
Documentation
Miscellaneous Chores
- config/customDatasources: add experimental issue (#23287) (1141b28)
- deps: update jest monorepo to v29.6.0 (#23304) (005c4f5)
- deps: update jest monorepo to v29.6.1 (#23305) (da08608)
Code Refactoring
v36.7.0
Features
Code Refactoring
- Don't restrict error type for
Result<T, E>
(#23265) (8f39f50) - util/markdown: remove test scenario (#23272) (eef6f17)
v36.6.1
Bug Fixes
Documentation
v36.6.0
Features
v36.5.3
Bug Fixes
- platform/bitbucket-server: do not force lowercase project keys in autodiscover mode (#23261) (9d3d7a9)
Miscellaneous Chores
- deps: update dependency @types/node to v18.16.19 (#23258) (d5130ce)
Code Refactoring
v36.5.2
Bug Fixes
v36.4.0
Features
- platform/gitlab: Allow custom delay for pipeline status via experimental variable (#23239) (4ef1cd2)
v36.3.0
Features
Bug Fixes
Miscellaneous Chores
v36.1.16
Build System
- deps: update dependency @renovatebot/osv-offline to v1.3.1 (#23228) (c89eeb8)
v36.1.15
Bug Fixes
v36.1.11
Bug Fixes
Documentation
Miscellaneous Chores
v36.1.8
Build System
- deps: update dependency @renovatebot/ruby-semver to v3.0.4 (#23199) (4feb288)
- deps: update dependency commander to v11 (#23200) (a2f26e9)
v36.1.7
Build System
v36.1.5
Bug Fixes
v36.1.3
Bug Fixes
v36.0.3
Bug Fixes
v36.0.0
⚠ BREAKING CHANGES
- postUpgradeTasks.fileFilters is now optional and defaults to all files
-
languages
are now calledcategories
instead. UsematchCategories
inpackageRules
- Node v19 is no longer supported
-
datasource:
semver-coerced
is now the default versioning -
presets: Preset
config:base
is now calledconfig:recommended
(will be migrated automatically) - remove
BUILDPACK
env support -
package-rules:
matchPackageNames
now matches bothdepName
(existing) andpackageName
(new) and warns if onlydepName
matches -
release-notes: Release notes won't be fetched early for
commitBody
insertion unless explicitly configured withfetchReleaseNotes=branch
-
dockerImagePrefix
is now replaced bydockerSidecarImage
-
matchPaths
andmatchFiles
are now combined intomatchFileNames
, supporting exact match and glob-only. The "any string match" functionality ofmatchPaths
is now removed - presets: v25 compatibility for language-based branch prefixes is removed
- npm: Rollback MRs will no longer be enabled by default for npm (they are now disabled by default for all managers)
- post-upgrade-tasks: dot files will now be included by default for all minimatch results
-
platform/gitlab: GitLab
gitAuthor
will change from the account's "email" to "commit_email" if they are different. - automerge: Platform automerge will now be chosen by default whenever automerge is enabled.
- Post upgrade templating is now allowed by default, as long as the post upgrade task command is itself already allowed.
- Official Renovate Docker images now use the "slim" approach with
binarySource=install
by default. e.g.renovate/renovate:latest
is the slim image, not full - The "full" image is now available via the tag
full
, e.g.renovate/renovate:36-full
, and defaults tobinarySource=global
(no dynamic installs) - Third party tools in the full image have been updated to latest/LTS major version
Features
- allow post upgrade templating by default (#21326) (6a95024), closes #21320
- automerge: default to platformAutomerge=true (#21327) (61a7813), closes #21319
- categories (#16534) (19259a0), closes #13953
- commit all files in postUpgradeTasks by default (#23126) (9845082)
- datasource: default to the central default versioning (#23020) (8ccb0ea)
- drop node v19 support (#23006) (3923e7e)
- merge matchPaths and matchFiles into matchFileNames (#22406) (e3d5f7d), closes #22395
- npm: disable rollbackPrs for npm by default (#21970) (530f537)
- npm: support constraintsFiltering=strict (#22447) (ad0479a), closes #4826
- package-rules: match packageName for matchPackageNames (#22703) (e4dead2), closes #20926
- package-rules: remove fuzzy matchPaths matching (#22394) (033d776)
-
platform/gitlab: prefer
commit_email
(#21122) (08bbf81), closes #12532 -
presets: rename
config:base
toconfig:recommended
(#21136) (f9e3e80), closes #12024 - release-notes: support configurable fetching stage (#22781) (c2d3ca8), closes #20476
- remove BUILDPACK env support (c7832e5)
- replace
dockerImagePrefix
withdockerSidecarImage
(#22708) (aa14b77), closes #21217
Bug Fixes
- post-upgrade-tasks: enable dot option for file filters (#21282) (bc693f2), closes #21276
- presets: remove compatibility:additionalBranchPrefix (#22015) (a23ca9e)
Miscellaneous Chores
- deps: update ghcr.io/containerbase/sidecar docker tag to v9 (#23138) (2c8d565)
- deps: update linters (#23120) (81eb17a)
- fix docker exec test (d059ad1)
- ide/vscode: fix eslint issues on save (#23129) (519fe4c)
Code Refactoring
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.