Skip to content

Instantly share code, notes, and snippets.

@dobesv
Last active January 6, 2021 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dobesv/1c075fef5d38fa8cfe508b61d5d3ff3e to your computer and use it in GitHub Desktop.
Save dobesv/1c075fef5d38fa8cfe508b61d5d3ff3e to your computer and use it in GitHub Desktop.
{
"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