-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathdependabot.yml
More file actions
55 lines (54 loc) · 1.44 KB
/
dependabot.yml
File metadata and controls
55 lines (54 loc) · 1.44 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
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "yarn projen".
version: 2
updates:
- package-ecosystem: npm
schedule:
interval: weekly
cooldown:
default-days: 7
labels:
- auto-approve
allow:
- dependency-type: production
directories:
- /
- /packages/@aws-cdk-testing/cli-integ
- /packages/@aws-cdk/cdk-assets-lib
- /packages/@aws-cdk/cli-plugin-contract
- /packages/@aws-cdk/cloud-assembly-api
- /packages/@aws-cdk/cloud-assembly-schema
- /packages/@aws-cdk/cloudformation-diff
- /packages/@aws-cdk/integ-runner
- /packages/@aws-cdk/toolkit-lib
- /packages/@aws-cdk/user-input-gen
- /packages/@aws-cdk/yarn-cling
- /packages/aws-cdk
- /packages/cdk
- /packages/cdk-assets
- package-ecosystem: pip
directory: /packages/aws-cdk/lib/init-templates
schedule:
interval: weekly
cooldown:
default-days: 7
labels:
- auto-approve
open-pull-requests-limit: 5
- package-ecosystem: maven
directory: /packages/aws-cdk/lib/init-templates
schedule:
interval: weekly
cooldown:
default-days: 7
labels:
- auto-approve
open-pull-requests-limit: 5
- package-ecosystem: nuget
directory: /packages/aws-cdk/lib/init-templates
schedule:
interval: weekly
cooldown:
default-days: 7
labels:
- auto-approve
open-pull-requests-limit: 5