File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
22version : 2
3+ enable-beta-ecosystems : true # Julia ecosystem
34updates :
45 - package-ecosystem : " github-actions"
56 directory : " /" # Location of package manifests
67 schedule :
78 interval : " weekly"
9+ - package-ecosystem : " julia"
10+ directories : # Location of Julia projects
11+ - " /DifferentiationInterface"
12+ - " /DifferentiationInterface/docs"
13+ - " /DifferentiationInterface/test"
14+ - " /DifferentiationInterfaceTest"
15+ - " /DifferentiationInterfaceTest/docs"
16+ - " /DifferentiationInterfaceTest/test"
17+ schedule :
18+ interval : " daily"
19+ groups :
20+ # Group all Julia package updates into a single PR:
21+ all-julia-packages :
22+ patterns :
23+ - " *"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments