Skip to content

Commit

Permalink
Update development dependencies in groups
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Dec 19, 2023
1 parent b9396b9 commit be00dbd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 99
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 99
groups:
dev-dependencies:
patterns:
- "black"
- "ruff"
- "pytest*"
- "wheel"

0 comments on commit be00dbd

Please sign in to comment.