octokit/webhooks
### [`v1.6.0`](https://togithub.com/octokit/webhooks/releases/v1.6.0)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.5.1...v1.6.0)
##### Features
- add `client_payload` to `repository_dispatch` event example ([#46](https://togithub.com/octokit/webhooks/issues/46)) ([6556f8a](https://togithub.com/octokit/webhooks/commit/6556f8a))
### [`v1.5.1`](https://togithub.com/octokit/webhooks/releases/v1.5.1)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.5.0...v1.5.1)
##### Bug Fixes
- `registry_package` example payload ([#39](https://togithub.com/octokit/webhooks/issues/39)) ([495fe38](https://togithub.com/octokit/webhooks/commit/495fe38))
### [`v1.5.0`](https://togithub.com/octokit/webhooks/releases/v1.5.0)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.4.2...v1.5.0)
##### Features
- repository_dispatch event ([a717db2](https://togithub.com/octokit/webhooks/commit/a717db2))
### [`v1.4.2`](https://togithub.com/octokit/webhooks/releases/v1.4.2)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.4.1...v1.4.2)
##### Bug Fixes
- example updates ([#26](https://togithub.com/octokit/webhooks/issues/26)) ([a72a6ab](https://togithub.com/octokit/webhooks/commit/a72a6ab))
### [`v1.4.1`](https://togithub.com/octokit/webhooks/releases/v1.4.1)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.4.0...v1.4.1)
##### Bug Fixes
- "draft" key in pull_request event payload ([#21](https://togithub.com/octokit/webhooks/issues/21)) ([4284778](https://togithub.com/octokit/webhooks/commit/4284778))
### [`v1.4.0`](https://togithub.com/octokit/webhooks/releases/v1.4.0)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.3.0...v1.4.0)
##### Features
- registry_package events ([85bcaed](https://togithub.com/octokit/webhooks/commit/85bcaed))
### [`v1.3.0`](https://togithub.com/octokit/webhooks/releases/v1.3.0)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.2.0...v1.3.0)
##### Features
Tons of new Events and actions:
- [`DeployKeyEvent`](https://developer.github.com/v3/activity/events/types#deploykeyevent)
- `added` - Triggered when a deploy key is added to a repository.
- `removed` - Triggered when a deploy key is removed from a repository.
- [`IssueEvent`](https://developer.github.com/v3/activity/events/types#issuesevent)
- `locked` - Triggered when an issue is locked.
- `unlocked` - Triggered when an issue is unlocked.
- [`MetaEvent`](https://developer.github.com/v3/activity/events/types#metaevent)
- `deleted` - Triggered when the hook itself is deleted.
- [`OrganizationEvent`](https://developer.github.com/v3/activity/events/types#organizationevent)
- `renamed` - Triggered when the organization is renamed.
- `deleted` - Triggered when the organization is deleted.
- [`PullRequestEvent`](https://developer.github.com/v3/activity/events/types#pullrequestevent)
- `locked` - Triggered when an pull request is locked.
- `unlocked` - Triggered when an pull request is unlocked.
- [`ReleaseEvent`](https://developer.github.com/v3/activity/events/types#releaseevent)
- `created` - Triggered when a release is created.
- `edited` - Triggered when a release is edited.
- `deleted` - Triggered when a release is deleted.
- `prereleased` - Triggered when a release is prereleased.
- `unpublished` - Triggered when a release is unpublished.
- [`RepositoryEvent`](https://developer.github.com/v3/activity/events/types#repositoryevent)
- `edited` - Triggered when attributes on a repostory (e.g. description, default branch, homepage) are changed.
- `renamed` - Triggered when a repository is renamed.
- `transferred` - Triggered when a repository is transferred to a new owner.
- [`StarEvent`](https://developer.github.com/v3/activity/events/types#starevent)
- `created` - Triggered when a star is added to a repository.
- `deleted` - Triggered when a star is removed from a repository.
### [`v1.2.0`](https://togithub.com/octokit/webhooks/releases/v1.2.0)
[Compare Source](https://togithub.com/octokit/webhooks/compare/v1.1.2...v1.2.0)
##### Features
- `content_reference` event ([cca8bbf](https://togithub.com/octokit/webhooks/commit/cca8bbf))
- `installation.new_permissions_accepted` action ([be4e57d](https://togithub.com/octokit/webhooks/commit/be4e57d))
- `issues.pinned`, `issues.unpinned` actions ([ea20c8d](https://togithub.com/octokit/webhooks/commit/ea20c8d))
- `pull_request.ready_for_review` ([26e3054](https://togithub.com/octokit/webhooks/commit/26e3054))
Renovate configuration
:date: Schedule: "before 3am on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.1.2
->1.6.0
Release Notes
octokit/webhooks
### [`v1.6.0`](https://togithub.com/octokit/webhooks/releases/v1.6.0) [Compare Source](https://togithub.com/octokit/webhooks/compare/v1.5.1...v1.6.0) ##### Features - add `client_payload` to `repository_dispatch` event example ([#46](https://togithub.com/octokit/webhooks/issues/46)) ([6556f8a](https://togithub.com/octokit/webhooks/commit/6556f8a)) ### [`v1.5.1`](https://togithub.com/octokit/webhooks/releases/v1.5.1) [Compare Source](https://togithub.com/octokit/webhooks/compare/v1.5.0...v1.5.1) ##### Bug Fixes - `registry_package` example payload ([#39](https://togithub.com/octokit/webhooks/issues/39)) ([495fe38](https://togithub.com/octokit/webhooks/commit/495fe38)) ### [`v1.5.0`](https://togithub.com/octokit/webhooks/releases/v1.5.0) [Compare Source](https://togithub.com/octokit/webhooks/compare/v1.4.2...v1.5.0) ##### Features - repository_dispatch event ([a717db2](https://togithub.com/octokit/webhooks/commit/a717db2)) ### [`v1.4.2`](https://togithub.com/octokit/webhooks/releases/v1.4.2) [Compare Source](https://togithub.com/octokit/webhooks/compare/v1.4.1...v1.4.2) ##### Bug Fixes - example updates ([#26](https://togithub.com/octokit/webhooks/issues/26)) ([a72a6ab](https://togithub.com/octokit/webhooks/commit/a72a6ab)) ### [`v1.4.1`](https://togithub.com/octokit/webhooks/releases/v1.4.1) [Compare Source](https://togithub.com/octokit/webhooks/compare/v1.4.0...v1.4.1) ##### Bug Fixes - "draft" key in pull_request event payload ([#21](https://togithub.com/octokit/webhooks/issues/21)) ([4284778](https://togithub.com/octokit/webhooks/commit/4284778)) ### [`v1.4.0`](https://togithub.com/octokit/webhooks/releases/v1.4.0) [Compare Source](https://togithub.com/octokit/webhooks/compare/v1.3.0...v1.4.0) ##### Features - registry_package events ([85bcaed](https://togithub.com/octokit/webhooks/commit/85bcaed)) ### [`v1.3.0`](https://togithub.com/octokit/webhooks/releases/v1.3.0) [Compare Source](https://togithub.com/octokit/webhooks/compare/v1.2.0...v1.3.0) ##### Features Tons of new Events and actions:Renovate configuration
:date: Schedule: "before 3am on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.