Skip to content

Commit

Permalink
ci: Add Dependabot (#2)
Browse files Browse the repository at this point in the history
This also bumps the minimum Python version.
  • Loading branch information
jesse-c authored Aug 6, 2024
1 parent 11c7451 commit 81b8610
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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: weekly
reviewers:
- climatepolicyradar/tech-devs
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
reviewers:
- climatepolicyradar/tech-devs
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ init: share_trunk move_workflows

setup_with_pyenv:
- pyenv deactivate
pyenv virtualenv 3.9 REPO_NAME
pyenv virtualenv 3.10 REPO_NAME
pyenv activate REPO_NAME
poetry install

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ packages = [{ include = "app" }, { include = "src" }, { include = "tests" }]
[tool.pyright]
include = ["app", "src", "tests"]
exclude = ["**/__pycache__"]
pythonVersion = "3.9"
pythonVersion = "3.10"

0 comments on commit 81b8610

Please sign in to comment.