github-action-merge-dependabot

This action automatically approves and merges dependabot PRs.

OTHER License

Stars
151
Committers
29

Bot releases are visible (Hide)

github-action-merge-dependabot - v3.4.0

Published by optic-release-automation[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.4.0

github-action-merge-dependabot - v3.3.2

Published by optic-release-automation[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.3.2

github-action-merge-dependabot - v3.3.1

Published by optic-release-automation[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.3.1

github-action-merge-dependabot - v3.3.0

Published by optic-release-automation[bot] about 2 years ago

Important notes

From this release, providing a github token input parameter becomes optional. When not supplied, the action will automatically use the default one provided to the workflow execution.

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.3.0

github-action-merge-dependabot - v3.2.4

Published by optic-release-automation[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.2.4

github-action-merge-dependabot - v3.2.3

Published by optic-release-automation[bot] about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.2.3

github-action-merge-dependabot - v3.2.2

Published by optic-release-automation[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.2.2

github-action-merge-dependabot - v3.2.1

Published by optic-release-automation[bot] about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.2.1

github-action-merge-dependabot - v3.2.0

Published by optic-release-automation[bot] over 2 years ago

github-action-merge-dependabot - v3.1.7

Published by optic-release-automation[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.7

github-action-merge-dependabot - v3.1.6

Published by optic-release-automation[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.6

github-action-merge-dependabot - v3.1.5

Published by optic-release-automation[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.5

github-action-merge-dependabot - v3.1.4

Published by optic-release-automation[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.4

github-action-merge-dependabot - v3.1.3

Published by optic-release-automation[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.3

github-action-merge-dependabot - v3.1.2

Published by optic-release-automation[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.2

github-action-merge-dependabot - v3.1.1

Published by optic-release-automation[bot] over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.1

github-action-merge-dependabot - v3.1.0

Published by optic-release-automation[bot] over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.1.0

github-action-merge-dependabot - v3.0.2

Published by Eomm almost 3 years ago

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/[email protected]
+     - uses: fastify/github-action-merge-dependabot@v3
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3.0.1...v3.0.2

github-action-merge-dependabot - v3.0.1

Published by Eomm almost 3 years ago

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/[email protected]
+     - uses: fastify/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

What's Changed

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v3...v3.0.1

github-action-merge-dependabot - v3.0.0

Published by Eomm almost 3 years ago

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/[email protected]
+     - uses: fastify/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/github-action-merge-dependabot/compare/v2.7.1...v3.0.0

Package Rankings
Top 1.16% on Github actions
Related Projects