Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/composer/composer-feae8101c0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejmitchener authored Nov 10, 2024
2 parents 3d94997 + 71010a4 commit 2d0ea26
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
if: github.actor == 'dependabot[bot]'

steps:
- name: wait-for-checks
uses: poseidon/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout the code
uses: actions/checkout@v4

Expand All @@ -28,10 +33,8 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: wait-for-checks
uses: poseidon/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Debug metadata output
run: echo "Update type ${{ steps.metadata.outputs.update-type }}"

- name: Auto-merge Dependabot PRs for semver-minor updates
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-minor' }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `app-wrapper` will be documented in this file.

## v0.0.3 - 2024-11-10

### What's Changed

* Bump symfony/http-foundation from 7.1.5 to 7.1.7 in the composer group across 1 directory by @dependabot in https://github.com/fuelviews/app-wrapper/pull/4

**Full Changelog**: https://github.com/fuelviews/app-wrapper/commits/v0.0.3

## v0.0.2 - 2024-11-04

### What's Changed
Expand Down

0 comments on commit 2d0ea26

Please sign in to comment.