-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdependabot.yml
More file actions
87 lines (82 loc) · 2.13 KB
/
dependabot.yml
File metadata and controls
87 lines (82 loc) · 2.13 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "docker"
directories:
- "/lambdas/ack_backend"
- "/delta_backend"
- "/filenameprocessor"
- "/grafana/non-prod/docker"
- "/mesh_processor"
- "/recordprocessor"
- "/sandbox"
- "/temporary_sandbox"
schedule:
interval: "daily"
open-pull-requests-limit: 1
groups:
docker-minor-patch:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1
groups:
github-actions-minor-patch:
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 1
groups:
npm-minor-patch:
update-types:
- "minor"
- "patch"
- package-ecosystem: "pip"
directories:
- "/"
- "/backend"
- "/batch_processor_filter"
- "/delta_backend"
- "/tests/e2e"
- "/tests/e2e_batch"
- "/filenameprocessor"
- "/mesh_processor"
- "/recordprocessor"
- "/lambdas/ack_backend"
- "/lambdas/redis_sync"
- "/lambdas/id_sync"
- "/lambdas/mns_subscription"
- "/lambdas/shared"
schedule:
interval: "daily"
open-pull-requests-limit: 1
groups:
pip-minor-patch:
update-types:
- "minor"
- "patch"
- package-ecosystem: "terraform"
directories:
- "/grafana/non-prod/terraform"
- "/infra"
- "/terraform"
- "/terraform_aws_backup/**"
schedule:
interval: "daily"
open-pull-requests-limit: 1
groups:
terraform-minor-patch:
update-types:
- "minor"
- "patch"