-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrenovate.json
More file actions
27 lines (27 loc) · 584 Bytes
/
renovate.json
File metadata and controls
27 lines (27 loc) · 584 Bytes
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
{
"extends": [
"github>FantasticFiasco/renovate-config"
],
"packageRules": [
{
"groupName": "AWS CDK",
"matchPackageNames": ["/^aws-cdk-lib/"],
"schedule": ["* * * * 0"]
},
{
"groupName": "AWS SDK",
"matchPackageNames": ["/^AWSSDK./"],
"schedule": ["* * * * 0"]
},
{
"groupName": "AWS Constructs",
"matchPackageNames": ["/^constructs/"],
"schedule": ["* * * * 0"]
},
{
"groupName": "ESLint packages",
"matchPackageNames": ["/eslint/"],
"schedule": ["* * * * 0"]
}
]
}