Skip to content

Commit

Permalink
add dependabot settings for pip (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrock-thmdo authored Jul 17, 2024
1 parent 1756a62 commit 54b1936
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,22 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "06:00"
reviewers:
- "thermondo/platform"

- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: "monday"
time: "06:00"
reviewers:
- "thermondo/platform"
open-pull-requests-limit: 20
allow:
- dependency-type: direct
- dependency-type: indirect
rebase-strategy: disabled

0 comments on commit 54b1936

Please sign in to comment.