Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Merge pull request #75 from RLAlpha49/dependabot/pip/mkdocs-material-… #134

Merge pull request #75 from RLAlpha49/dependabot/pip/mkdocs-material-…

Merge pull request #75 from RLAlpha49/dependabot/pip/mkdocs-material-… #134

Workflow file for this run

name: Check for dependency updates
on:
push:
paths:
- 'pyproject.toml'
- 'poetry.lock'
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Check for updates
run: |
curl -X POST -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type": "dependabot"}'