Skip to content

Trigger Dependabot #116

Trigger Dependabot

Trigger Dependabot #116

name: Trigger Dependabot
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # This will run daily
jobs:
update_dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Trigger Dependabot
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/dependabot/updates