We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0745b38 + 2e61368 commit ab1211bCopy full SHA for ab1211b
1 file changed
.github/dependabot-yml
@@ -0,0 +1,28 @@
1
+updates:
2
+ - package-ecosystem: "npm"
3
+ schedule:
4
+ interval: "weekly"
5
+ time: "08:00" # GMT-4
6
+ reviewers: ["@mechmind-dwv/team-core"]
7
+ open-pull-requests-limit: 10
8
+ commit-message:
9
+ prefix: "deps"
10
+ include: "scope"
11
+ labels:
12
+ - "dependencies"
13
+ - "npm"
14
+
15
+ - package-ecosystem: "pip"
16
+ directory: "/"
17
18
+ interval: "daily"
19
+ time: "00:00"
20
+ reviewers:
21
+ - "@mechmind-dwv/team-core"
22
+ open-pull-requests-limit: 5
23
24
25
26
27
28
+ - "python"
0 commit comments