Skip to content

Commit

Permalink
ci(pie-monorepo): DSW-2581 update changeset config for dependabot (#2080
Browse files Browse the repository at this point in the history
)
  • Loading branch information
siggerzz authored Nov 19, 2024
1 parent 8a4c425 commit 189a375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
update-types: ['version-update:semver-major']
open-pull-requests-limit: 3
commit-message:
prefix: "deps(npm): DSW-000 update"
prefix: "deps(npm): DSW-000"
groups:
babel:
patterns:
Expand Down Expand Up @@ -48,4 +48,4 @@ updates:
update-types: ['version-update:semver-major']
open-pull-requests-limit: 3
commit-message:
prefix: "deps(github-actions): DSW-000 update"
prefix: "deps(github-actions): DSW-000"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Add Changeset to PR
uses: StafflinePeoplePlus/dependabot-changesets@4844c33bad364143ee39ef4150c60409f306ed21 # v0.1.5
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
owner: justeattakeaway
repo: pie
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.CHANGESETS_TOKEN }}

Expand Down

0 comments on commit 189a375

Please sign in to comment.