File tree Expand file tree Collapse file tree 2 files changed +12
-51
lines changed Expand file tree Collapse file tree 2 files changed +12
-51
lines changed Original file line number Diff line number Diff line change 1- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
25version : 2
6+
7+ # To be able to managet the Julia ecosystem for the time being
8+ enable-beta-ecosystems : true
9+
310updates :
411 - package-ecosystem : " github-actions"
512 directory : " /" # Location of package manifests
613 schedule :
714 interval : " weekly"
15+ - package-ecosystem : " julia" # See documentation for possible values
16+ directory : " /" # Location of package manifests
17+ schedule :
18+ interval : " weekly"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments