chore(deps): update dependency backport to v9 #220
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.9.8
->^9.4.1
Release Notes
sqren/backport (backport)
v9.3.0
Compare Source
What's Changed
--copy-source-pr-labels
option and rename--add-original-reviewers
to--copy-source-pr-reviewers
by @sqren in https://github.com/sqren/backport/pull/474v9.2.3
Compare Source
Improve
prTitle
andprDescription
templating (sorenlouv/backport@18acd4f)v9.2.2
: 9.2.2 fix: auto merge not runningCompare Source
What's Changed
v9.2.1
Compare Source
v9.2.0
: AddedaddOriginalReviewers
optionCompare Source
https://github.com/sqren/backport/pull/452
This
addOriginalReviewers
option. It is disabled by default. When enabled it will add the original reviewers from the source pull request to the target pull request.v9.1.1
: Throw on insufficient scopesCompare Source
Now the access token is checked for the required scopes (repo scope for private repos and public_repo for public repos) and aborts with an error if it doesn't.
v9.1.0
: AddcommitConflicts
optionCompare Source
Add support for committing conflicts (https://github.com/sqren/backport/pull/470)
This release introduces
commitConflicts: boolean
option. It is disabled by default. When enabled it will commit conflicting files when running on CI.v9.0.0
: Add support for handlebars templating engineCompare Source
Breaking changes:
The changes to the templating engine requires changes to the options
prTitle
andprDescription
if used. Previously these used single braces like{targetBranch}
. This now needs to be double braces{{targetBranch}}
. Please see the docs for more info.v8.9.9
Compare Source
Configuration
📅 Schedule: Branch creation - "before 8am on monday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 Mend Renovate. View repository job log here.