Skip to content

Commit adc5a9f

Browse files
Create dependabot.yml
1 parent ee3cc51 commit adc5a9f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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"

0 commit comments

Comments
 (0)