Skip to content
Merged
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
Comment thread
PierreQuinton marked this conversation as resolved.
Outdated
groups:
dependencies:
patterns:
- "*"
open-pull-requests-limit: 5
Comment thread
PierreQuinton marked this conversation as resolved.
Outdated

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
open-pull-requests-limit: 5
Comment thread
PierreQuinton marked this conversation as resolved.
Outdated
Loading