1 parent 6abad12 commit 2681b3cCopy full SHA for 2681b3c
1 file changed
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ day: monday
8
+ time: "06:00"
9
+ timezone: Europe/Madrid
10
+ open-pull-requests-limit: 5
11
+ commit-message:
12
+ prefix: "chore(deps)"
13
+ prefix-development: "chore(deps-dev)"
14
+ groups:
15
+ minor-and-patch:
16
+ update-types: [minor, patch]
17
+
18
+ - package-ecosystem: github-actions
19
20
21
22
23
24
25
26
+ prefix: "ci(actions)"
27
28
+ actions-minor-and-patch:
29
0 commit comments