Skip to content

Commit

Permalink
Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.0 to 1.2…
Browse files Browse the repository at this point in the history
…3.1 (#83)

* Bump io.gitlab.arturbosch.detekt:detekt-formatting from 1.23.0 to 1.23.1

Bumps [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.23.0...v1.23.1)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependabot-auto-merge-patch.yml

Fix merge vs squash

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Brightwell <[email protected]>
  • Loading branch information
dependabot[bot] and Nava2 committed Jul 31, 2023
1 parent 7e88104 commit d0ac8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Enable auto-merge for minor patch bumps
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: |
gh pr merge --auto --merge "$PR_URL"
gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ detekt {
}

dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
}

0 comments on commit d0ac8ab

Please sign in to comment.