Skip to content

Commit 980ef0c

Browse files
authored
Add dependabot config (#60)
1 parent 5ee04c8 commit 980ef0c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
updates:
3+
# GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
12+
assignees:
13+
- "@mongodb/dbx-python"
14+
# Python
15+
- package-ecosystem: "pip"
16+
directory: "{{cookiecutter.project_slug}}/backend"
17+
schedule:
18+
interval: "weekly"
19+
assignees:
20+
- "@mongodb/dbx-python"
21+
# Node
22+
- package-ecosystem: "npm"
23+
directory: "{{cookiecutter.project_slug}}/frontend"
24+
schedule:
25+
interval: "weekly"
26+
assignees:
27+
- "@mongodb/dbx-python"

0 commit comments

Comments
 (0)