-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdependabot.yml
73 lines (69 loc) · 1.43 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
timezone: "Europe/Rome"
groups:
minor-actions-dependencies:
update-types:
- "minor"
- "patch"
commit-message:
include: "scope"
prefix: "ci"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "monthly"
timezone: "Europe/Rome"
commit-message:
include: "scope"
prefix: "build"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
fastify:
patterns:
- "@fastify*"
update-types:
- "minor"
- "patch"
miaPlatform:
patterns:
- "@mia-platform*"
update-types:
- "minor"
- "patch"
lodash:
patterns:
- "@lodash*"
update-types:
- "minor"
- "patch"
ajv:
patterns:
- "ajv"
- "ajv-*"
update-types:
- "minor"
- "patch"
eslint:
patterns:
- "eslint"
- "@eslint"
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
- dependency-name: "node"
update-types: ["version-update:semver-major"]