Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Jun 9, 2024
1 parent 78a8d1e commit 129d313
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
groups:
dev-dependencies:
patterns:
- "black"
- "coverage"
- "flake8*"
- "hypothesis"
- "isort"
- "mypy"
- "pytest*"
- "refurb"
- "ruff"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit 129d313

Please sign in to comment.