diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a405fed0a..b4a78ee2da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: @@ -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" \ No newline at end of file + prefix: "deps(github-actions): DSW-000" \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5049e6d0ca..f016cb51ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}