Skip to content

Create dependabot.yml #1

Create dependabot.yml

Create dependabot.yml #1

Workflow file for this run

version: 2
updates:
# Check for updates to GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Check for updates to Python dependencies
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "torch"
versions: [">=2.0.0"]
open-pull-requests-limit: 5