Skip to content

Commit

Permalink
fix(deps): bump probot from 10.16.0 to 10.17.1 (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and gr2m committed Nov 20, 2020
1 parent 20e72fb commit 0e4669d
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 36 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -3,7 +3,7 @@ const mergeArrayByName = require('./lib/mergeArrayByName')
module.exports = ({ app: robot }, _, Settings = require('./lib/settings')) => {
async function syncSettings (context, repo = context.repo()) {
const config = await context.config('settings.yml', {}, { arrayMerge: mergeArrayByName })
return Settings.sync(context.github, repo, config)
return Settings.sync(context.octokit, repo, config)
}

robot.on('push', async context => {
Expand Down
154 changes: 120 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"deepmerge": "^4.2.2",
"js-yaml": "^3.14.0",
"probot": "10.16.0"
"probot": "10.17.1"
},
"devDependencies": {
"@travi/any": "^2.0.15",
Expand Down

0 comments on commit 0e4669d

Please sign in to comment.