Skip to content

Bump hexpm/elixir from 1.14.5-erlang-24.0.3-alpine-3.16.0 to 1.15.7-erlang-26.1.2-alpine-3.18.4 #246

Bump hexpm/elixir from 1.14.5-erlang-24.0.3-alpine-3.16.0 to 1.15.7-erlang-26.1.2-alpine-3.18.4

Bump hexpm/elixir from 1.14.5-erlang-24.0.3-alpine-3.16.0 to 1.15.7-erlang-26.1.2-alpine-3.18.4 #246

# https://github.com/ahmadnassri/action-dependabot-auto-merge
name: Dependabot Auto Merge
on:
# more info:
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests
pull_request_target:
jobs:
approval:
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/[email protected]
with:
target: patch
# Note: This needs to be a PAT with (public) repo rights,
# PAT-owning user needs to have write access to this repo
# (dependabot needs to recognize the comment as coming from an allowed reviewer)
github-token: ${{ secrets.BOT_TOKEN }}