Create Dependabot config file
This commit is contained in:
parent
92cce06ff1
commit
8d256e1756
|
@ -0,0 +1,18 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "06:00"
|
||||
open-pull-requests-limit: 10
|
||||
assignees:
|
||||
- codl
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
time: "06:00"
|
||||
open-pull-requests-limit: 10
|
||||
assignees:
|
||||
- codl
|
Loading…
Reference in New Issue