Update dependency renovate/renovate to v34 - autoclosed #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/renovate-renovate-34.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
32.241.11
->34.1.5
Release Notes
renovatebot/renovate
v34.1.5
Bug Fixes
Build System
v34.1.4
Build System
Miscellaneous Chores
v34.1.3
Bug Fixes
Miscellaneous Chores
9a18b4a
(#18560) (e960dcf)Documentation
Code Refactoring
v34.1.2
Bug Fixes
v34.1.1
Bug Fixes
Miscellaneous Chores
v34.1.0
Features
Code Refactoring
Miscellaneous Chores
v34.0.0
Here comes v34 hot on the heels of v33. We decided to issue another breaking change to revert one of the breaking changes in v33.
If you are upgrading from v32 to v34 then it means that the setting for
branchNameStrict
remains asfalse
and you don't need to worry about that.If you already upgraded from v32 to v33 then you have a decision to make first: should you set
branchNameStrict
totrue
(like in v33), or let it set back tofalse
(like in v32).Strict branch naming meant that all special characters other than letters, numbers and hyphens were converted to hyphens and then deduplicated, e.g. a branch which in v32 was like
renovate/abc.def-2.x
would becomerenovate/abc-def-2-x
in v33. If you prefer to revert back to the old way then that will happen automatically in v34. If you prefer to keep the way in v33 because you already had a bunch of PRs closed and reopened due to branch names, and don't want to do that again, then addbranchNameStrict: false
to your bot config or your shared config before updating to v34.Apologies to anyone negatively affected by this v33 change.
⚠ BREAKING CHANGES
Bug Fixes
v33.2.4
Bug Fixes
v33.2.3
Bug Fixes
v33.2.2
Bug Fixes
v33.2.1
Continuous Integration
Build System
Miscellaneous Chores
v33.2.0
Features
Miscellaneous Chores
Documentation
v33.1.0
Features
--strip-extras
argument (#18486) (e2a42d3)Tests
Miscellaneous Chores
v33.0.2
Build System
v33.0.1
Bug Fixes
v33.0.0
⚠ BREAKING CHANGES
branchNameStrict
default value is nowtrue
internalChecksFilter
default value is now"strict"
ignoreScripts
default value is nowtrue
. IfallowScripts=true
in global config,ignoreScripts
must be set tofalse
in repo config if you want all repos to run scripts.autodiscover
filters can no longer include commastrue
orfalse
when configured in environment variables, and errors will be thrown for invalid values. Previously invalided values were ignored and treated asfalse
.git-tags
datasource will be used as the fallback instead ofgithub-tags
if a go package's host type is unknown.depName
now uses the "absolute import" format (e.g.bar
→github.com/foo/bar/baz-wow
)containerbase
images (such as official Renovate images) will now have dynamic package manager installs enabled by default.rangeStrategy=auto
, pinning must be opted into usingrangeStrategy=pin
Features
Bug Fixes
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
f00ccaae4c
tof1fe1a9739
Update dependency renovate/renovate to v34to Update dependency renovate/renovate to v34 - autoclosedPull request closed