Skip to content

Commit

Permalink
ci: Fixes package ecosystem in dependabot config (#294)
Browse files Browse the repository at this point in the history
* ci: Fixes dependabot config

* ci: Adds check of github actions
  • Loading branch information
frgfm authored Jan 28, 2024
1 parent afeb6f4 commit 26907d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "poetry"
- package-ecosystem: "pip"
directory: "api"
schedule:
interval: "weekly"
Expand All @@ -17,3 +17,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 26907d0

Please sign in to comment.