File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed
Expand file tree Collapse file tree 2 files changed +13
-17
lines changed 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"
89 ignore :
910 - dependency-name : " crate-ci/typos"
10- update-types : ["version-update:semver-patch", "version-update:semver-minor"]
11+ update-types : ["version-update:semver-patch", "version-update:semver-minor"]
12+ - package-ecosystem : " julia"
13+ directories :
14+ - " /"
15+ - " /docs"
16+ - " /test"
17+ schedule :
18+ interval : " daily"
19+ groups :
20+ all-julia-packages :
21+ patterns :
22+ - " *"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments