Skip to content

Commit

Permalink
chore: add dependabot (cyclotruc#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon authored Jan 8, 2025
1 parent d2825ea commit 3af99bf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

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

0 comments on commit 3af99bf

Please sign in to comment.