Closed greenkeeper[bot] closed 5 years ago
β¨ Good work on this PR so far! β¨ Unfortunately, the Travis CI build is failing as of ab255c09446a8bbe28a4e4607a1433ed0743c2a4. Here's the output:
npm test
> probot-labeler@1.0.0 test /home/travis/build/probot/autolabeler
> jest && standard
FAIL test/index.test.js
β Test suite failed to run
/home/travis/build/probot/autolabeler/node_modules/probot/lib/github.js:38
const {method, url, headers, ...params} = options
^^^
SyntaxError: Unexpected token ...
at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/script_transformer.js:316:17)
at Object.<anonymous> (node_modules/probot/lib/robot.js:5:19)
at Object.<anonymous> (node_modules/probot/lib/index.js:4:21)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 2.388s
Ran all test suites.
I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!
Update to this version instead π
Do you love Probot and GraphQL? Well good news for you! Now you can use them together! Be warned: this is experimental. See the docs to get started and share your feedback. (#472)
An error will now be raised if there are several .pem
files in your app directory. Set PRIVATE_KEY_PATH
to specify which one you want to use. (#441)
Updated Node.js minimum version required to 8.3.0. This was a requirement for apps to run before, but the check was only looking for 7.7. (#464)
Switched from github-webhook-handler to @octokit/webhooks. You shouldn't notice any changes, but let us know if your app has any weird symptoms (#462)
Updated @octokit/rest to version 15.2.0
The new version differs by 25 commits ahead by 25, behind by 1.
05e063f
docs: Replaced myapp.yml with config.yml (#471)
3503b1f
Add GraphQL support (#472)
9f324c7
chore: Minimal changes to get @octokit/webhooks working (#462)
2fc8fd8
feat: Better error messages (#434)
b0f69c3
docs: a list of events can also be passed to robot.on() (#474)
6757148
chore: Refactor GitHub client extensions (#470)
ecfdce2
chore: Remove scripts that are no longer used (#468)
19a06c8
Updated Node.js minimum version required to 8.3.0 (#464)
a0f8420
Move details on development dependencies to development docs (#463)
5898da7
fix(package): update @octokit/rest to version 15.2.0 (#457)
24aec79
chore(package): update semver to version 5.5.0 (#461)
71ad002
chore(package): update nock to version 9.2.0 (#460)
1d139b7
chore(package): update raven to version 2.4.2 (#459)
6086c92
chore(package): update bottleneck to version 2.2.0 (#458)
fbc9593
Docs: encourage people to add their app to the website (#454)
There are 25 commits in total.
See the full diff
Update to this version instead π
The new version differs by 27 commits.
6139330
chore: Commit version number, remove snapshot tests (#535)
6ba287f
docs: Add docs on unauthenticated events and a log warning (#536)
f525df9
fix: Allow listening to installation.deleted
event and other events that don't include an installation id (#475)
1748c63
Fix deprecatation warning for octokit authentication
97ca3a5
fix(package): update @octokit/rest to version ^15.6.0 (#533)
d99f3bd
chore: Test Node 9 and 10 in CI (#532)
38da738
Audit of readme based on maintainer audit feedback (#526)
c0140b5
add ignore spammy/abusive user option for stats endpoint (#513)
4524ada
docs: suggested changes from audit #522 (#523)
7250d1d
docs: Issue templates (#525)
1bace4c
docs: Remove the docs/deploy.md step... (#520)
70dd807
docs: Remove obsolete step for deploying to Now (#517)
42e23d4
Fix typo (#515)
544e662
doc: Added details about using the wildcard event (#504)
cfe3cdd
fix: throw informative error if payload is missing repository (#508)
There are 27 commits in total.
See the full diff
Update to this version instead π
Probot has been rewritten in TypeScript. Overall, you should see no significant difference between 6.2.0 and 7.0.0 and you can continue writing your apps in plain ol' JavaScript if you'd like. Writing Probot apps in TypeScript is still experimental, but if you'd like to help us improve the experience, please check out #512 and open pull requests to improve TypeScript support.
Rename robot to app (#542)
A lot of documentation improvements, including docs on Environment Configuration
The new version differs by 37 commits ahead by 37, behind by 2.
a90fe25
7.0.0
48887fa
Various cleanup and fixes from TS checklist (#585)
be1d856
Add some documentation about TS to README and CONTRIBUTING (#590)
d740f2a
chore: Use tslint-config-standard (#594)
cec2e58
chore(package): update @types/jest to version 23.1.3 (#593)
866929f
Revert "Configuration: DISABLE_STATS=true" (#591)
dee76d2
chore(package): update @types/jest to version 23.0.0 (#555)
3ac0fa1
docs(configuration): DISABLE_STATS=true (#578)
73ac539
fix: Fix path to GraphQL API when using GitHub Enterprise (#580)
43ea6ce
Adds error case (#589)
a542433
doc: Clarify that WEBHOOK_SECRET
needs to match GitHub settings (#588)
c2476c7
chore: Replace jsdoc with typedoc (#583)
8df333c
Adds missing awaits (#584)
6c2cc02
doc: Update robot => app in README (#586)
9920d26
docs: clarify GitHub apps as GA in 2.13 and above (#579)
There are 37 commits in total.
See the full diff
Update to this version instead π
The new version differs by 8 commits.
b32fc2b
7.0.1
8340d85
Update ocotokit/rest.js to v15.9.4 (#610)
fa37137
fix: Remove extra event setting (#611)
13ca06d
Update eslint to the latest version π (#581)
b5806ba
docs: Fix new contribution grammar (#609)
1aaf280
update the example app id image (#606)
eef8479
Update links for our API (#604)
9ec8765
Remove next tag (#595)
See the full diff
Update to this version instead π
If a webhook received from GitHub is not using the same value configured for WEBHOOK_SECRET
you'll now see a more helpful error message telling you how to fix it. (#621, #647) @hiimbex
By default, installation tokens are cached for 59 minutes. You can now change that by setting INSTALLATION_TOKEN_TTL
(#638) @tommilligan
PRIVATE_KEY
can now be a base64 encoded string, which make it a little easier to set in some deployment environments (#624) @tcbyrd
Many more improvements to our TypeScript support, including:
context.github.query()
(#667) @tcbyrdUpdate versions for a few dependencies:
Documentation:
Bring testing docs in line with probot/template (#627) @wilhelmklopp
Adding typescript option to create-probot-app
command (#630) @mousavian
The new version differs by 30 commits.
9a09eaf
7.1.0
782707a
fix: Show friendly error when the webhook secret on GitHub does not match WEBHOOK_SECRET
(#647)
42d3d39
chore: Add template for release-drafter app (#666)
96b186a
chore: Convert resolver tests to TypeScript (#660)
84518e5
chore(package): update ts-jest to version 23.1.4 (#662)
c8d9f0a
chore(package): update bottleneck to version 2.8.0 (#661)
8a12f83
Convert logger test to Typescript (#656)
1820442
Add probot-messages (#657)
d8383d3
Rename event->name in docs (#631)
691d724
chore(package): update @types/node to version 10.7.0 (#659)
1351932
chore(package): update typedoc to version 0.12.0 (#658)
686232d
chore: Rename plugins to apps (#654)
59f924e
Add environment variable option to provide a base64 encoded key (#624)
4159d80
chore(tests): Convert graphql tests to TypeScript (#629)
4118f1d
Added env var INSTALLATION_TOKEN_TTL (#638)
There are 30 commits in total.
See the full diff
Update to this version instead π
The new version differs by 11 commits ahead by 11, behind by 1.
069ec5e
7.1.1
217eaa3
add npm ignore for package-locks
facac54
update octokit/rest and tests to use /app/installations (#681)
31ec2a3
chore(test): convert server to TypeScript (#664)
94d3d10
chore(package): update standard to version 12.0.0 (#672)
415b6ea
chore(test): Convert private-key tests to ts (#676)
0a417e9
chore(package): update tslint-config-standard to version 8.0.0 (#677)
c01361f
docs: Response object should call .send() and not .end() (#671)
ba0616d
7.1.0
6ac4a06
Fix link to deployment docs (#669)
84660d0
TypeScript: set the proper response type when making a GraphQL query with context.github.query()
(#667)
See the full diff
dependency
probot was updated from 5.0.1
to 7.1.2
.Update to this version instead π
The new version differs by 11 commits.
a8a0f65
7.1.2
9671c13
Merge branch 'master' of https://github.com/probot/probot
fcd1e92
fix(package): require @octokit/webhooks@^5.0.2 (#691)
4972ed0
Relax webhooks requirement
4310b6e
fix(package): update @octokit/webhooks to version 5.0.1
be260ef
Update best-practices.md (#682)
5d92a11
Merge branch 'master' of https://github.com/probot/probot
24cfb6d
Merge branch 'master' of https://github.com/probot/probot
aae2749
Merge branch 'master' of https://github.com/probot/probot
bc152ca
Merge branch 'master' of https://github.com/probot/probot
c8c7fdc
7.0.1
See the full diff
dependency
probot was updated from 5.0.1
to 7.2.0
.Update to this version instead π
It's now easier to get started building your first Probot App thanks to support for GitHub App Manifests . Check out https://probot.github.io/docs/development/#configuring-a-github-app to learn more! (#650, #700, #701) by @wilhelmklopp, @bkeepers, and @hiimbex
Tests updates
The new version differs by 7 commits.
2ff0ec6
7.2.0
3be935b
httpSSSSSSS (#701)
1da7009
chore(tests): convert serializers test to TypeScript (#695)
1e63aa5
Update development docs to explain GitHub App Manifests (#700)
f6946a0
Probot Support for GitHub App Manifests (#650)
fc99246
Resolve Jest transform option deprecation warning (#694)
bdb2c0e
chore(package): update nock to version 10.0.0
See the full diff
ProbotGitHub Apps to automate and improve your workflow
dependency
probot was updated from 5.0.1
to 7.3.0
.Update to this version instead π
probot simulate
in favor of probot receive
(#726, #730) @gimenete, @hiimbex@octokit/rest
(#721, #732 - @hiimbex)The new version differs by 17 commits.
5dc37f6
7.3.0
76b5edd
Update docs for manually receiving events (#730)
ad06bd5
Deprecate probot simulate
in favor of probot receive
(#726)
aef4d72
Wrap pem in quotes to make Glitch happy (#737)
8964e7c
Update development.md (#735)
6b5e9a2
chore(package): update @octokit/rest to version 15.13.1 (#732)
914d968
Update standard-markdown to the latest version πand lint docs
00f0e19
chore(package): update typedoc to version 0.13.0 (#731)
0036fee
chore(package): update commander to version 2.19.0 (#729)
f657a97
Create README.pt-br.md (#711)
7cb1167
fix(package): update dotenv to version 6.1.0 (#724)
1f88f43
Update octokit rest (#721)
3bee037
remove manual base64 encoding/decoding of private key (#717)
8663f1b
chore(test): convert app/default test to TypeScript (#703)
18821db
chore(test): convert Sentry test to TypeScript (#702)
There are 17 commits in total.
See the full diff
dependency
probot was updated from 5.0.1
to 7.3.1
.Update to this version instead π
dependency
probot was updated from 5.0.1
to 7.4.0
.Update to this version instead π
The new version differs by 20 commits ahead by 20, behind by 3.
58559ff
7.4.0
59bf271
refactor: rename deprecated methods
9d15925
fix(package): @octokit/rest@^15.18.0
5c622e4
docs: links in "Serverless Deployment" (#773)
107c4e6
Include version in manifest (#763)
7831ef0
Fix for probot receive
to allow app auth instead in addition to token auth (#754)
5443ce0
Add documentation about template flag (#752)
9e60d34
Follow GitHub Casing Standards (#756)
e1e1b32
fix(package): update is-base64 to version 0.1.0 (#750)
286f2d4
Improve documentation on testing Probot apps with nock (#734)
35dd36d
Improve GraphQL query for TypeScript (#710)
787e36f
Create serverless-deployment.md (#698)
f82d647
chore(test): convert apps/stats test to TypeScript (#704)
85502cf
chore(tests): convert logging test to TypeScript (#696)
494fd3c
Add done parameter to paginate callback in GitHubAPI interface (#718)
There are 20 commits in total.
See the full diff
dependency
probot was updated from 5.0.1
to 7.5.0
.Update to this version instead π
The new version differs by 28 commits.
ca85391
7.5.0
cc5b80b
fix: pass utf8 as 2nd argument when reading private key from file using fs.readFileSync
301fc47
test: pass utf8 as 2nd argument when reading private key from file using fs.readFileSync
222256a
fix: GitHubAPI.paginate callback signature in stats
33f321a
fix(typescript): Webhooks class constructor definition (#798)
6ad29f8
fix(typescript): webhook callback definitions (#793)
f6d7bdc
Add pull reminders badge to README (#814)
2b78263
fix(typescript): GitHubAPI.paginate callback signature (#775)
fe99d0b
build(package): lock file update
8d8292b
build(npmrc): bye bye bey
d23ebba
Update year to 2019 (#812)
6b73d5a
docs: Fix URL for Serverless GCF repository (#805)
dc558dc
docs: Fix sample code for serverless deployment (#807)
6620ba1
tests: Removed allowed failure configuration for node 10 (#802)
444fcac
fix: Spelling (#800)
There are 28 commits in total.
See the full diff
dependency
probot was updated from 5.0.1
to 7.5.1
.Update to this version instead π
The new version differs by 10 commits.
c95f5ed
build(package): lock file
b42f83d
build(package): update semantic-release
d32ce60
fix: Update dependencies (#870)
e975bbd
update spelling
beb8466
docs(CONTRIBUTING): Merging the Pull Request & releasing a new version
0dbb499
ci(travis): semantic-release setup
d742bc7
build: lock file
d835553
build(package): semantic-release setup
c8ed774
doc: update GitHub actions workflow reference (#823)
7d938d6
docs(README): fix link to travis
See the full diff
dependency
probot was updated from 5.0.1
to 9.0.0
.Update to this version instead π
We released both v8.0.0 and v9.0.0 at the same time. Please update directly to v9. See changelogs at https://github.com/probot/probot/releases/tag/v9.0.0
The new version differs by 70 commits ahead by 70, behind by 3.
7648419
chore(package): update lockfile package-lock.json
49afe60
fix(package): update pkg-conf to version 3.0.0
e86c260
test: convert webhook proxy test to TS (#851)
4cf59e2
test: convert final test to TypeScript (#850)
6229a14
build(package): Update Jest to v24 (#863)
3630bc2
feat: Add overloads for all Webhook events (#858)
be1440f
fix: remove unnecessary escaping in private key error message (#862)
8c5495f
feat: standalone run command (#751)
eed8380
chore(package): update lockfile package-lock.json
7d30231
chore(package): update ts-jest to version 24.0.0
973c6a4
feat: options.Octokit to pass custom Octokit version (#840)
987db21
chore(tests): Convert setup script to TS (#849)
be833af
chore(package): update lockfile package-lock.json
f500527
chore(package): update @types/node to version 11.9.0
bce1ff7
fix(typescript): @octokit/webhooks import (#854)
There are 70 commits in total.
See the full diff
dependency
probot was updated from 5.0.1
to 9.0.0
.Update to this version instead π
The new version differs by 73 commits ahead by 73, behind by 80.
99784f3
fix: make smee-client requirement optional again (#868)
d79c71b
docs(README): npm beta badge -> next badge
867159d
build(package): update semantic-release to v16.0.0-beta.18
7648419
chore(package): update lockfile package-lock.json
49afe60
fix(package): update pkg-conf to version 3.0.0
e86c260
test: convert webhook proxy test to TS (#851)
4cf59e2
test: convert final test to TypeScript (#850)
6229a14
build(package): Update Jest to v24 (#863)
3630bc2
feat: Add overloads for all Webhook events (#858)
be1440f
fix: remove unnecessary escaping in private key error message (#862)
8c5495f
feat: standalone run command (#751)
eed8380
chore(package): update lockfile package-lock.json
7d30231
chore(package): update ts-jest to version 24.0.0
973c6a4
feat: options.Octokit to pass custom Octokit version (#840)
987db21
chore(tests): Convert setup script to TS (#849)
There are 73 commits in total.
See the full diff
dependency
probot was updated from 5.0.1
to 9.0.0
.Update to this version instead π
The new version differs by 74 commits ahead by 74, behind by 80.
f360c5f
fix: error.code => error.status (#871)
99784f3
fix: make smee-client requirement optional again (#868)
d79c71b
docs(README): npm beta badge -> next badge
867159d
build(package): update semantic-release to v16.0.0-beta.18
7648419
chore(package): update lockfile package-lock.json
49afe60
fix(package): update pkg-conf to version 3.0.0
e86c260
test: convert webhook proxy test to TS (#851)
4cf59e2
test: convert final test to TypeScript (#850)
6229a14
build(package): Update Jest to v24 (#863)
3630bc2
feat: Add overloads for all Webhook events (#858)
be1440f
fix: remove unnecessary escaping in private key error message (#862)
8c5495f
feat: standalone run command (#751)
eed8380
chore(package): update lockfile package-lock.json
7d30231
chore(package): update ts-jest to version 24.0.0
973c6a4
feat: options.Octokit to pass custom Octokit version (#840)
There are 74 commits in total.
See the full diff
dependency
probot was updated from 5.0.1
to 9.0.0
.Update to this version instead π
context.github.query()
: Changes in errors thrown due to GraphQL errors
error.name
is now GraphqlError
, was GraphQLQueryError
error.query
is now error.request.query
preview headers that are not required to use an API are no longer set automatically. Set using {headers: { accept: '<preview header here>'}
.gitdata.getTags()
has been removed. Use .git.listRefs({namespace: tags})
instead
Methods for undocumented endpoints have been removed.
octokit.users.getById({id})
use octokit.request('GET /user/:id', {id})
octokit.repos.getById({id})
use octokit.request('GET /repositories/:id', {id})
octokit.enterprise.*
methods have been removed. Use your own @ocotkit/rest
instance and install the @octokit/enterprise-rest
plugin
octokit.issues.addLabels
sends labels
parameter with "labels
" namespace instead of sending the array in the request body root. This is not supported by GitHub Enterprise 2.15 or older. You have several options.
@octokit/enterprise-compatibility
plugin@octokit/enterprise-rest
plugin loading all routes for the GHE version you want to supportoctokit.request()
directly:octokit.request('/repos/:owner/:repo/issues/:number/labels', {
owner,
repo,
number,
data: ['label1', 'label2']
})
The milestone
parameter is no longer validated using a regex as it cannot be derived from octokit/routes
error.status
is now the response status code number. The status text is no longer returned
Deprecated event.event
property is no longer supported. Use event.name
instead
Deprecated new Probot({catchErrors})
has been removed
probot simulate
hase been removed, use probot receive
instead
.paginate
API from @octokit/rest.js is now used
ocotkit.request
.context.github
context.github.query()
is now context.github.graphql()
context.github.query(query, variables, headers)
is now context.github.graphql(query, options)
. options.headers
is passed as headers. Other options are passed as variables, with the exception of method
, baseUrl
, url
, headers
, request
, and query
.
context.github.paginate(promise, mapFn)
is now context.github.paginate(requestOptions, mapFn)
. Example:
Before
const allIssues = await context.github.paginate(
context.github.issues.getAll(context.repo())
)
After
const allIssues = await context.github.paginate(
context.github.issues.getAll.endpoint.merge(context.repo())
)
.issues.addLabels()
compatible with current GHE versions (aa1c570)catchErrors
constructor option (f46c41c).event
property (1f76ec6)dependency
probot was updated from 5.0.1
to 9.0.1
.Update to this version instead π
The new version differs by 5 commits.
52e7223
chore(package): update lockfile package-lock.json
28ead7e
fix(package): update dotenv to version 7.0.0
b2f3858
test: Convert manifest creation test to TS (#884)
620e40b
build(package): update typescript to 2.9 (#886)
9265609
docs(README): remove npm @next
badge
See the full diff
dependency
probot was updated from 5.0.1
to 9.0.2
.Update to this version instead π
The new version differs by 4 commits.
7824645
chore(package): update lockfile package-lock.json
e584124
fix(package): update @octokit/graphql to version 2.0.2
f768901
chore(package): update lockfile package-lock.json
12ebbd5
chore(package): update supertest to version 4.0.2
See the full diff
dependency
probot was updated from 5.0.1
to 9.1.0
.dependency
probot was updated from 5.0.1
to 9.1.1
.dependency
probot was updated from 5.0.1
to 9.2.0
.Update to this version instead π
The new version differs by 5 commits.
23e8eab
feat: Update @octokit/rest to 16.22.0 (#901)
363d9a4
chore(package): update lockfile package-lock.json
1d485c0
chore(package): update @types/semver to version 6.0.0
2d6b3fc
chore(package): update lockfile package-lock.json
bd0a3cf
chore(package): update @types/dotenv to version 6.1.1
See the full diff
dependency
probot was updated from 5.0.1
to 9.2.1
.dependency
probot was updated from 5.0.1
to 9.2.2
.dependency
probot was updated from 5.0.1
to 9.2.3
.dependency
probot was updated from 5.0.1
to 9.2.4
.dependency
probot was updated from 5.0.1
to 9.2.5
.dependency
probot was updated from 5.0.1
to 9.2.6
.dependency
probot was updated from 5.0.1
to 9.2.7
.dependency
probot was updated from 5.0.1
to 9.2.8
.dependency
probot was updated from 5.0.1
to 9.2.9
.dependency
probot was updated from 5.0.1
to 9.2.10
.dependency
probot was updated from 5.0.1
to 9.2.11
.dependency
probot was updated from 5.0.1
to 9.2.12
.dependency
probot was updated from 5.0.1
to 9.2.13
.dependency
probot was updated from 5.0.1
to 9.2.14
.dependency
probot was updated from 5.0.1
to 9.2.15
.dependency
probot was updated from 5.0.1
to 9.2.16
.dependency
probot was updated from 5.0.1
to 9.2.17
.dependency
probot was updated from 5.0.1
to 9.2.18
.dependency
probot was updated from 5.0.1
to 9.2.19
.dependency
probot was updated from 5.0.1
to 9.2.20
.dependency
probot was updated from 5.0.1
to 9.3.0
.dependency
probot was updated from 5.0.1
to 9.3.1
.dependency
probot was updated from 5.0.1
to 9.3.2
.dependency
probot was updated from 5.0.1
to 9.3.3
.dependency
probot was updated from 5.0.1
to 9.3.4
.dependency
probot was updated from 5.0.1
to 9.4.0
.
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 6.0.0 of probot was just published.
The version 6.0.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of probot.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v6.0.0 β 2018-02-28Breaking Changes
node-github
client. There shouldn't be any noticeable changes, but since@octokit/rest
is a complete rewrite of thenode-github
internals, we're marking this a breaking change just to be safe. (#400)Improvements
Allow setting
name
on logger components. (#355)Community
Need persistence in your app? We've got some docs to help you out! (#242)
Looking to contribute to Probot? We've started labeling issues
good-first-issue
, so check them out.See full changelog
Commits
The new version differs by 25 commits ahead by 25, behind by 1.
253e0d1
Update node-github => octokit/rest.js in docs
0060098
chore(package): Update standard to the latest version π (#436)
bff87ef
Lock to specific version of express-async-errors (#432) (#444)
3e597aa
docs: Summer of Code doc (#435)
b820949
fix(package): update @octokit/rest to version 14.0.9
9394ca1
Update docs about glitch deployment (#421)
72d6911
fix: Re-throw errors from octokit (#418)
2f3f434
fix(package): Update bottleneck to the latest version π (#397)
c8231b5
Use npx, document yarn (#417)
0b1a875
doc: Add
.env.example
template info (#414)e8fde06
Further explicit note on yml config for target repos (#416)
7d932b8
fix(package): update dotenv to version 5.0.0 (#412)
d3a47ab
Payload object explanation in documentation (#411)
b85d6f3
More explicit notes on yml config for target repos (#415)
c0844e0
fix(package): update @octokit/rest to version 14.0.8
There are 25 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: