Skip to content

Commit

Permalink
Add dependabot config and update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprave committed May 11, 2024
1 parent f5308b1 commit 5937461
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "poetry"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/poetry-test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
python-version: ["3.12", "3.11", "3.10"]
poetry-version: ["1.6.1", "1.7.1"]
poetry-version: ["1.7.1", "1.8.3"]

steps:
- name: checkout
Expand Down

0 comments on commit 5937461

Please sign in to comment.