Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclotruc authored Jan 9, 2025
1 parent aa470aa commit f34b030
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
version: 2

updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 5
labels:
- "patch"
- "minor"
ignore:
- dependency-name: "pytest"
versions: [">=6.0.0a1, <7.0.0"]
- "dependencies"
- "pip"

0 comments on commit f34b030

Please sign in to comment.