Skip to content

Commit

Permalink
Update dependabot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaopeuko authored Nov 21, 2024
1 parent 085b198 commit df53109
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
version: 2
updates:
- package-ecosystem: 'pip'
directory: '/'
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: 'daily'
interval: "daily"
groups:
python-requirements:
patterns:
- "*"

- package-ecosystem: "poetry"
directory: "/"
schedule:
interval: "daily"
groups:
poetry-dependencies:
patterns:
- "*"

- package-ecosystem: 'github-actions'
directory: '/'
Expand Down

0 comments on commit df53109

Please sign in to comment.