Skip to content

Commit

Permalink
fix dependabot on poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
walesch-yan committed Feb 14, 2025
1 parent 79e9a63 commit a5ca9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: "daily"
versioning-strategy: "increase" # Use "increase" to always update to the latest version that is not a major breaking change.
- package-ecosystem: "python"
- package-ecosystem: "poetry"
directory: "/" # The directory where pyproject.toml is located
schedule:
interval: "daily"
Expand Down

0 comments on commit a5ca9fa

Please sign in to comment.