Last active
January 6, 2021 03:25
-
-
Save dobesv/1c075fef5d38fa8cfe508b61d5d3ff3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compatibility": { | |
"yarn": "2.x" | |
}, | |
"extends": ["config:base", ":prHourlyLimit1", "docker:enableMajor"], | |
"packageFiles": ["package.json"], | |
"packageRules": [ | |
{ | |
"packageNames": ["aws-sdk"], | |
"prPriority": 0, | |
"schedule": ["after 9pm on sunday"], | |
"automerge": true | |
}, | |
{ | |
"packagePatterns": ["^@types/"], | |
"prPriority": 5, | |
"automerge": true | |
}, | |
{ | |
"depTypeList": ["devDependencies"], | |
"excludePackagePatterns": ["jest"], | |
"minor": { | |
"prPriority": 5, | |
"automerge": true | |
} | |
} | |
], | |
"pin": { | |
"prPriority": 10, | |
"automerge": true | |
}, | |
"major": { | |
"prPriority": 3 | |
}, | |
"minor": { | |
"prPriority": 2 | |
}, | |
"patch": { | |
"prPriority": 1 | |
}, | |
"masterIssue": true, | |
"stabilityDays": 3, | |
"prCreation": "not-pending", | |
"prConcurrentLimit": 25, | |
"kubernetes": { | |
"enabled": true, | |
"fileMatch": ["etc/k8s/configuration/.+\\.yaml$"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment