Skip to content

Releases: fastify/github-action-merge-dependabot

v3.1.5

06 May 08:16
4c19b68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.5

v3.1.4

25 Apr 09:21
3ef36a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.4

v3.1.3

15 Apr 14:55
56d9926
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.3

v3.1.2

12 Apr 21:34
aa24d54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3...v3.1.2

v3.1.1

11 Apr 23:11
6365b15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.1.1

v3.1.0

06 Apr 12:14
2d4bd4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.1.0

v3.0.2

13 Dec 17:06
Compare
Choose a tag to compare

How to upgrade from 2.x to new 3.x

  • Update the action version.
  • Add the new permissions configuration into your workflow or, instead, you can set the permissions rules on the repository or on the organization.
  • If you have customized the api-url you can:

Migration example:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      # ...

  automerge:
    needs: build
    runs-on: ubuntu-latest
+    permissions:
+      pull-requests: write
+      contents: write
    steps:
-     - uses: fastify/github-action-merge-dependabot@v2.1.1
+     - uses: fastify/github-action-merge-dependabot@v3
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

What's Changed

  • chore: add migration guide by @Eomm in #130
  • hotfix: release link into upgrade message by @Eomm in #131

Full Changelog: v3.0.1...v3.0.2

v3.0.1

13 Dec 16:17
Compare
Choose a tag to compare

How to upgrade from 2.x to new 3.x

  • Update the action version.
  • Add the new permissions configuration into your workflow or, instead, you can set the permissions rules on the repository or on the organization.
  • If you have customized the api-url you can:

Migration example:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      # ...

  automerge:
    needs: build
    runs-on: ubuntu-latest
+    permissions:
+      pull-requests: write
+      contents: write
    steps:
-     - uses: fastify/github-action-merge-dependabot@v2.1.1
+     - uses: fastify/github-action-merge-dependabot@v3.0.0
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

What's Changed

Full Changelog: v3...v3.0.1

v3.0.0

13 Dec 14:35
Compare
Choose a tag to compare

How to upgrade from 2.x to new 3.x

  • Update the action version.
  • Add the new permissions configuration into your workflow or, instead, you can set the permissions rules on the repository or on the organization.
  • If you have customized the api-url you can:

Migration example:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      # ...

  automerge:
    needs: build
    runs-on: ubuntu-latest
+    permissions:
+      pull-requests: write
+      contents: write
    steps:
-     - uses: fastify/github-action-merge-dependabot@v2.1.1
+     - uses: fastify/github-action-merge-dependabot@v3.0.0
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

What's Changed

New Contributors

Full Changelog: v2.7.1...v3.0.0

v2.7.1

08 Dec 13:44
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #115
  • chore(deps-dev): bump @vercel/ncc from 0.32.0 to 0.33.0 by @dependabot in #116
  • chore(deps-dev): bump eslint from 8.3.0 to 8.4.0 by @dependabot in #117
  • chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 by @dependabot in #118
  • chore(deps-dev): bump eslint from 8.4.0 to 8.4.1 by @dependabot in #120
  • fix: default value for target on action.yml by @nuragic in #121
  • fix: semver like titles by @Eomm in #125

New Contributors

Full Changelog: v2.7.0...v2.7.1