Skip to content

Dependabot

Dependabot #140

Workflow file for this run

name: Dependabot
on:
schedule:
- cron: "0 0 * * *"
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Dependabot
uses: dependabot/dependabot-core@v0.159.3
with:
directory: "/"
target-branch: "main"
package-manager: "pip"
allow:
- dependency-type: "direct"

Check failure on line 21 in .github/workflows/dependabot.yml

View workflow run for this annotation

GitHub Actions / Dependabot

Invalid workflow file

The workflow is not valid. .github/workflows/dependabot.yml (Line: 21, Col: 13): A sequence was not expected .github/workflows/dependabot.yml (Line: 24, Col: 13): A sequence was not expected
- dependency-name: "django"
ignore:
- dependency-name: "pytest"
- dependency-name: "coverage"