Skip to content

Bump luxon from 2.5.0 to 3.4.3 #77

Bump luxon from 2.5.0 to 3.4.3

Bump luxon from 2.5.0 to 3.4.3 #77

Workflow file for this run

name: auto-merge
on:
pull_request_target:
branches:
- main
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Clone repo'
uses: actions/checkout@v2
- name: 'Automerge dependency test-passing updates from Dependabot'
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
# this seems kinda dumb but as of this comment seems to be the best approach:
# https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60#issuecomment-846397027
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_PAT }}