diff --git a/.github/allowed-actions.js b/.github/allowed-actions.js index a58a6a578d28..efe48d0cf068 100644 --- a/.github/allowed-actions.js +++ b/.github/allowed-actions.js @@ -31,5 +31,6 @@ module.exports = [ 'repo-sync/github-sync@v2', 'repo-sync/pull-request@v2', 'rtCamp/action-slack-notify@master', - 'rtCamp/action-slack-notify@v2.1.0' -] \ No newline at end of file + 'rtCamp/action-slack-notify@v2.1.0', + 'tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0' +] diff --git a/.github/workflows/automerge-dependencies.yml b/.github/workflows/automerge-dependencies.yml new file mode 100644 index 000000000000..9650706fce12 --- /dev/null +++ b/.github/workflows/automerge-dependencies.yml @@ -0,0 +1,14 @@ +name: Auto Merge Dependency Updates + +on: + - pull_request + - pull_request_review + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + allowed-actors: dependabot[bot]