Skip to content

Commit

Permalink
feat: add config for aws-cdk project
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidetaka Okamoto committed Jun 11, 2020
1 parent 5bd9642 commit 0b9c6a4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,31 @@
"groupName": "all dependencies"
}
},
"aws-cdk": {
"extends": [
"config:base"
],
"timezone": "Asia/Tokyo",
"schedule": ["every weekend"],
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"before 3am on the first day of the month"
]
},
"packageRules": [
{
"packagePatterns": [
"@aws-cdk/*",
"aws-cdk"
],
"groupName": "CDK-Resources"
}
],
"minor": {
"groupName": "all dependencies"
}
},
"examples": {
"extends": [
"config:base"
Expand Down

0 comments on commit 0b9c6a4

Please # to comment.