We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bcbc1 commit 89739aaCopy full SHA for 89739aa
1 file changed
.github/dependabot.yml
@@ -0,0 +1,33 @@
1
+version: 2
2
+updates:
3
+ # GitHub Actions dependencies
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "monthly"
8
+ commit-message:
9
+ prefix: "build"
10
+ target-branch: "dependabotchanges"
11
+ open-pull-requests-limit: 100
12
+
13
14
+ - package-ecosystem: "pip"
15
+ directory: "/src/ContentProcessorAPI"
16
17
18
19
20
21
22
23
24
25
26
+ - package-ecosystem: "npm"
27
+ directory: "/src/ContentProcessorWeb"
28
29
30
31
32
33
0 commit comments