File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ # Dependencies for the package itself
9+ - package-ecosystem : " pip" # See documentation for possible values
10+ directory : " /" # Location of package manifests
11+ schedule :
12+ interval : " weekly"
13+ allow :
14+ - dependency-type : " all"
15+ assignees :
16+ - " digitaldogsbody"
17+ reviewers :
18+ - " iiif-prezi/prezi3-maintainers"
19+
20+ # Dependencies for CI/CD actions
21+ - package-ecosystem : " github-actions"
22+ directory : " /"
23+ schedule :
24+ interval : " weekly"
25+ assignees :
26+ - " digitaldogsbody"
27+ reviewers :
28+ - " iiif-prezi/prezi3-maintainers"
You can’t perform that action at this time.
0 commit comments