Skip to content

Run Dependabot

Run Dependabot #1

name: Run Dependabot
on:
workflow_dispatch: # Allows manual triggering of the workflow
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Dependabot
uses: dependabot/fetch-metadata@v1
with:
package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

Check failure on line 19 in .github/workflows/run-dependabot.yml

View workflow run for this annotation

GitHub Actions / Run Dependabot

Invalid workflow file

The workflow is not valid. .github/workflows/run-dependabot.yml (Line: 19, Col: 13): A mapping was not expected