Skip to content

Commit

Permalink
build(deps): update probot requirement from ^13.2.1 to ^13.2.2 (#114)
Browse files Browse the repository at this point in the history
* build(deps): update probot requirement from ^13.2.1 to ^13.2.2

Updates the requirements on [probot](https://github.com/probot/probot) to permit the latest version.
- [Release notes](https://github.com/probot/probot/releases)
- [Commits](probot/probot@v13.2.1...v13.2.2)

---
updated-dependencies:
- dependency-name: probot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update app.js

Signed-off-by: Henry <henry.git@outlook.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Henry <henry.git@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry <henry.git@outlook.com>
  • Loading branch information
dependabot[bot] and henry-hub authored May 7, 2024
1 parent 9fcedc9 commit c3c72b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ module.exports = app => {

workflowRunRetry(app)

// require("release-drafter-github-app")(app, {})
require("release-drafter-github-app")(app, {})

}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "jest"
},
"dependencies": {
"probot": "^13.2.1",
"probot": "^13.2.2",
"release-drafter-github-app": "^6.0.0"
},
"probot": {
Expand Down

0 comments on commit c3c72b5

Please sign in to comment.