Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Auto-Merge Dependabot #4098

Auto-Merge Dependabot

Auto-Merge Dependabot #4098

Workflow file for this run

name: "Auto-Merge Dependabot"
on:
schedule:
- cron: "0 * * * *"
jobs:
test:
name: Auto-Merge Updates
runs-on: ubuntu-latest
steps:
- uses: koj-co/dependabot-pr-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
merge-minor: true
merge-patch: true