Skip to content

Commit

Permalink
Create single dependabot PR (#150)
Browse files Browse the repository at this point in the history
* Create single dependabot PR

* Pin black version
  • Loading branch information
Kludex committed Mar 29, 2024
1 parent e97380c commit f2807e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
groups:
python-packages:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ path = "bump_pydantic/__init__.py"

[tool.hatch.envs.default]
dependencies = [
"black>=23.12.1",
"black==23.12.1",
"coverage[toml]>=6.5",
"mypy==1.8.0",
"pydantic",
Expand Down

0 comments on commit f2807e8

Please sign in to comment.