Don't open MRs for patch version updates
These can stack up once it's ready for a minor update, else I get flooded with MRs.
This commit is contained in:
parent
d214c5d571
commit
aae66c4979
1 changed files with 7 additions and 1 deletions
|
@ -3,5 +3,11 @@
|
|||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"prConcurrentLimit": 0
|
||||
"prConcurrentLimit": 0,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue