We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00603cc commit 3a5bdb1Copy full SHA for 3a5bdb1
1 file changed
.github/dependabot.yml
@@ -0,0 +1,32 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ day: "monday"
8
+ time: "06:00"
9
+ timezone: "America/New_York"
10
+ labels: ["dependencies", "github-actions", "auto-merge"]
11
+ commit-message:
12
+ prefix: "chore"
13
+ include: "scope"
14
+ open-pull-requests-limit: 10
15
+ - package-ecosystem: "npm"
16
17
18
19
20
21
22
+ labels: ["dependencies", "npm", "auto-merge"]
23
24
25
26
27
+ groups:
28
+ production:
29
+ dependency-type: "production"
30
+ update-types: ["minor", "patch"]
31
+ development:
32
+ dependency-type: "development"
0 commit comments