Skip to content

Commit

Permalink
build(github): Bump the gha group across 1 directory with 7 updates (#…
Browse files Browse the repository at this point in the history
…308)

Bumps the gha group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) | `3.2.1` | `4.0.0` |
| [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `1.6.0` | `2.2.0` |
| [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) | `0.16.2` | `0.16.3` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `4` |
| [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) | `5` | `6` |
| [codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) | `1.8.1` | `1.10.0` |
| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `5` | `6` |



Updates `hmarr/auto-approve-action` from 3.2.1 to 4.0.0
- [Release notes](https://github.com/hmarr/auto-approve-action/releases)
- [Commits](hmarr/auto-approve-action@v3.2.1...v4.0.0)

Updates `dependabot/fetch-metadata` from 1.6.0 to 2.2.0
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1.6.0...v2.2.0)

Updates `pascalgn/automerge-action` from 0.16.2 to 0.16.3
- [Release notes](https://github.com/pascalgn/automerge-action/releases)
- [Commits](pascalgn/automerge-action@v0.16.2...v0.16.3)

Updates `codecov/codecov-action` from 3 to 4
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v4)

Updates `wagoid/commitlint-github-action` from 5 to 6
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v5...v6)

Updates `codelytv/pr-size-labeler` from 1.8.1 to 1.10.0
- [Release notes](https://github.com/codelytv/pr-size-labeler/releases)
- [Commits](CodelyTV/pr-size-labeler@v1.8.1...v1.10.0)

Updates `release-drafter/release-drafter` from 5 to 6
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@v5...v6)

---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: pascalgn/automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: codelytv/pr-size-labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Kanno <[email protected]>
  • Loading branch information
dependabot[bot] and ryankanno authored Sep 14, 2024
1 parent 663e3b3 commit 63dc77e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-approve-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
github.actor == 'dependabot-preview'
)
steps:
- uses: hmarr/auto-approve-action@v3.2.1
- uses: hmarr/auto-approve-action@v4.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
auto-merge:
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- name: Retrieve Dependabot metadata
id: dependabot-metadata
uses: "dependabot/fetch-metadata@v1.6.0"
uses: "dependabot/fetch-metadata@v2.2.0"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Wait for status checks
Expand All @@ -67,7 +67,7 @@ jobs:
steps.wait-for-status-checks.outputs.status == 'success' &&
steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
id: automerge
uses: "pascalgn/[email protected].2"
uses: "pascalgn/[email protected].3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge,!major"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0

- uses: wagoid/commitlint-github-action@v5
- uses: wagoid/commitlint-github-action@v6
id: commitlint
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-size-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Label the PR size
steps:
- uses: codelytv/pr-size-labeler@v1.8.1
- uses: codelytv/pr-size-labeler@v1.10.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_label: 'size/XS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 63dc77e

Please sign in to comment.