upbound / universal-crossplane

Enterprise-grade @crossplane from @upbound
https://upbound.io/product/universal-crossplane
Apache License 2.0
117 stars 31 forks source link

Update all non-major github action #424

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fkirc/skip-duplicate-actions action minor v2.1.0 -> v2.2.0
zeebe-io/backport-action action patch v0.0.4 -> v0.0.9

Release Notes

fkirc/skip-duplicate-actions (fkirc/skip-duplicate-actions) ### [`v2.2.0`](https://togithub.com/fkirc/skip-duplicate-actions/releases/tag/v2.2.0) [Compare Source](https://togithub.com/fkirc/skip-duplicate-actions/compare/v2.1.0...v2.2.0) Make GitHub token optional ([https://github.com/fkirc/skip-duplicate-actions/pull/62](https://togithub.com/fkirc/skip-duplicate-actions/pull/62))
zeebe-io/backport-action (zeebe-io/backport-action) ### [`v0.0.9`](https://togithub.com/korthout/backport-action/releases/tag/v0.0.9): Backport-action 0.0.9 [Compare Source](https://togithub.com/zeebe-io/backport-action/compare/v0.0.8...v0.0.9) #### What's Changed - Add configurable PR title template by [@​dlavrenuek](https://togithub.com/dlavrenuek) in [https://github.com/zeebe-io/backport-action/pull/255](https://togithub.com/zeebe-io/backport-action/pull/255) - Update to node 16 by [@​basefas](https://togithub.com/basefas) in [https://github.com/zeebe-io/backport-action/pull/295](https://togithub.com/zeebe-io/backport-action/pull/295) #### Documentation - Workflow should not trigger on own comments by [@​remcowesterhoud](https://togithub.com/remcowesterhoud) in [https://github.com/zeebe-io/backport-action/pull/244](https://togithub.com/zeebe-io/backport-action/pull/244) #### Testing - Support non-default `init.defaultbranch` git config by [@​korthout](https://togithub.com/korthout) in [https://github.com/zeebe-io/backport-action/pull/272](https://togithub.com/zeebe-io/backport-action/pull/272) #### Other - Update dependencies to latest available #### New Contributors - [@​remcowesterhoud](https://togithub.com/remcowesterhoud) made their first contribution in [https://github.com/zeebe-io/backport-action/pull/244](https://togithub.com/zeebe-io/backport-action/pull/244) - [@​dlavrenuek](https://togithub.com/dlavrenuek) made their first contribution in [https://github.com/zeebe-io/backport-action/pull/254](https://togithub.com/zeebe-io/backport-action/pull/254) - [@​basefas](https://togithub.com/basefas) made their first contribution in [https://github.com/zeebe-io/backport-action/pull/295](https://togithub.com/zeebe-io/backport-action/pull/295) **Full Changelog**: https://github.com/zeebe-io/backport-action/compare/v0.0.8...v0.0.9 ### [`v0.0.8`](https://togithub.com/korthout/backport-action/releases/tag/v0.0.8): Backport-action 0.0.8 [Compare Source](https://togithub.com/zeebe-io/backport-action/compare/v0.0.7...v0.0.8) #### Bug fixes - Support backporting pull requests with empty description (i.e. body) by [@​korthout](https://togithub.com/korthout) in [https://github.com/zeebe-io/backport-action/pull/188](https://togithub.com/zeebe-io/backport-action/pull/188) - A failed backport should not prevent the next backport by [@​oleschoenburg](https://togithub.com/oleschoenburg) in [https://github.com/zeebe-io/backport-action/pull/221](https://togithub.com/zeebe-io/backport-action/pull/221) - Disable auto-request reviewers feature by [@​korthout](https://togithub.com/korthout) in [https://github.com/zeebe-io/backport-action/pull/240](https://togithub.com/zeebe-io/backport-action/pull/240) #### New Contributors - [@​oleschoenburg](https://togithub.com/oleschoenburg) made their first contribution in [https://github.com/zeebe-io/backport-action/pull/221](https://togithub.com/zeebe-io/backport-action/pull/221) **Full Changelog**: https://github.com/zeebe-io/backport-action/compare/v0.0.7...v0.0.8 ### [`v0.0.7`](https://togithub.com/korthout/backport-action/releases/tag/v0.0.7): Backport-action 0.0.7 [Compare Source](https://togithub.com/zeebe-io/backport-action/compare/v0.0.6...v0.0.7) ##### Bug fixes - baseref is sometimes not found [#​187](https://togithub.com/zeebe-io/backport-action/issues/187) ##### Other - update dependencies to latest available **Full Changelog**: https://github.com/zeebe-io/backport-action/compare/v0.0.6...v0.0.7 ### [`v0.0.6`](https://togithub.com/korthout/backport-action/releases/tag/v0.0.6): Backport-action 0.0.6 [Compare Source](https://togithub.com/zeebe-io/backport-action/compare/v0.0.5...v0.0.6) ##### Features - add placeholder `${pull_author}` for username of the original pull request's author [#​84](https://togithub.com/zeebe-io/backport-action/issues/84) ##### Bug fixes - pull request cannot be backported when branch is deleted from github [#​90](https://togithub.com/zeebe-io/backport-action/issues/90) ##### Other - deprecate `version` input [#​103](https://togithub.com/zeebe-io/backport-action/issues/103) From now on, users no longer need to provide this input. Previously, this input was required by the action and had to be kept in-sync with the action's version. For backwards compatibility it was deprecated, but it is no longer used for anything. Users can safely remove it from the `with` section of their workflow. - fetch all necessary git refs [#​162](https://togithub.com/zeebe-io/backport-action/issues/162) The backport action now fetches only the necessary git history. Previously, users had to set `fetch-depth: 0` for the `actions/checkout@v2` action, to fetch the entire git history. This is no longer needed. - update dependencies to latest available ### [`v0.0.5`](https://togithub.com/korthout/backport-action/releases/tag/v0.0.5): Backport-action 0.0.5 [Compare Source](https://togithub.com/zeebe-io/backport-action/compare/v0.0.4...v0.0.5) ##### Features - add custom pull descriptions [#​64](https://togithub.com/zeebe-io/backport-action/issues/64) with support for `${pull_number}` and `${target_branch}` placeholders - add placeholder `${issue_refs}` for mentioned issues [#​77](https://togithub.com/zeebe-io/backport-action/issues/77) ##### Other - updated dependencies to latest available

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.