We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee04c8 commit 980ef0cCopy full SHA for 980ef0c
.github/dependabot.yml
@@ -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
18
19
20
21
+ # Node
22
+ - package-ecosystem: "npm"
23
+ directory: "{{cookiecutter.project_slug}}/frontend"
24
25
26
27
0 commit comments