Releases: fastify/github-action-merge-dependabot
Releases · fastify/github-action-merge-dependabot
v3.0.0
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:- Remove the
api-url
option from your workflow. - Turn off the
dependabot-merge-action-app
application.
- Remove the
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
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
v2.7.0
What's Changed
- chore(deps-dev): bump tap from 15.1.1 to 15.1.2 by @dependabot in #102
- chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 by @dependabot in #104
- chore(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #108
- sponsored by NearForm by @Eomm in #109
- chore(deps-dev): bump tap from 15.1.2 to 15.1.5 by @dependabot in #113
- feat: block automerge github-action-merge-dependabot major version by @Eomm in #114
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- chore(deps): bump node-fetch from 2.6.2 to 2.6.3 by @dependabot in #82
- chore(deps-dev): bump tap from 15.0.9 to 15.0.10 by @dependabot in #83
- chore(deps): bump node-fetch from 2.6.3 to 2.6.4 by @dependabot in #84
- chore(deps): bump node-fetch from 2.6.4 to 2.6.5 by @dependabot in #85
- chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #86
- chore(deps): bump @actions/core from 1.5.0 to 1.6.0 by @dependabot in #87
- chore(deps-dev): bump eslint from 7.32.0 to 8.0.0 by @dependabot in #88
- chore(deps-dev): bump eslint from 8.0.0 to 8.0.1 by @dependabot in #89
- chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #90
- chore(deps-dev): bump husky from 7.0.2 to 7.0.4 by @dependabot in #91
- chore(deps-dev): bump eslint from 8.0.1 to 8.1.0 by @dependabot in #92
- chore(deps): bump node-fetch from 2.6.5 to 2.6.6 by @dependabot in #93
- chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #94
- chore(deps-dev): bump eslint from 8.1.0 to 8.2.0 by @dependabot in #97
- chore(deps-dev): bump @vercel/ncc from 0.31.1 to 0.32.0 by @dependabot in #100
- chore(deps-dev): bump tap from 15.0.10 to 15.1.1 by @dependabot in #101
- "any" value added to target option by @sameer-coder in #99
New Contributors
- @sameer-coder made their first contribution in #99
Full Changelog: v2.5.0...v2.6.0
v2.5.0
📚 PR:
- chore(deps-dev): bump @vercel/ncc from 0.29.0 to 0.29.1 (#64)
- chore(deps-dev): bump @vercel/ncc from 0.29.1 to 0.29.2 (#65)
- chore(deps): bump @actions/core from 1.4.0 to 1.5.0 (#66)
- chore(deps-dev): bump husky from 7.0.1 to 7.0.2 (#68)
- chore(deps-dev): bump @vercel/ncc from 0.29.2 to 0.30.0 (#69)
- chore(deps): bump node-fetch from 2.6.1 to 3.0.0 (#70)
- Revert "chore(deps): bump node-fetch from 2.6.1 to 3.0.0 (#70)" (#71)
- chore(deps): bump node-fetch from 2.6.1 to 3.0.0 (#73)
- chore: only minor dependancy automerge (#72)
- Revert "chore(deps): bump node-fetch from 2.6.1 to 3.0.0 (#73)" (#74)
- chore(deps): bump node-fetch from 2.6.1 to 2.6.2 (#77)
- chore(deps-dev): bump prettier from 2.3.2 to 2.4.0 (#78)
- chore(deps-dev): bump @vercel/ncc from 0.30.0 to 0.31.0 (#79)
- chore(deps-dev): bump @vercel/ncc from 0.31.0 to 0.31.1 (#80)
- chore(deps-dev): bump prettier from 2.4.0 to 2.4.1 (#81)
- Change type of exclude property to csv (#76)
v2.4.0
📚 PR:
- chore: bump v2.4.0
- docs: remove update notice
- feat: add support for workflow_dispatch event (#51)
v2.3.0
📚 PR:
- chore: upgrade husky to latest
- doc: upgrade notice
- chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#49)
- chore(deps-dev): bump eslint from 7.29.0 to 7.30.0 (#50)
- chore(deps-dev): bump husky from 7.0.0 to 7.0.1 (#52)
- chore(deps-dev): bump eslint from 7.30.0 to 7.31.0 (#55)
- chore(deps-dev): bump @vercel/ncc from 0.28.6 to 0.29.0 (#54)
- chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#56)
- chore(deps-dev): bump eslint from 7.31.0 to 7.32.0 (#57)
- chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#58)
- chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#59)
- chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#60)
- fix: subdirectory pull requests from dependabot (#61)
v2.2.0
📚 PR:
- chore: remove approve-only
- chore: update readme to use latest version in examples
- chore(deps-dev): bump eslint from 7.27.0 to 7.28.0 (#41)
- chore(deps): bump @actions/core from 1.3.0 to 1.4.0 (#42)
- chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 (#43)
- chore(deps-dev): bump husky from 4.3.8 to 7.0.0 (#48)
- feat: add target parameter, make it major by default (#47)
v2.1.1
add install github app warning
v2.1.0
gcp api url (#38)